Skip to content

Commit cdb3842

Browse files
committed
Add docker-compose startup to CI
1 parent a089318 commit cdb3842

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v4
3434

35+
# Start the Grafana server.
36+
# Do this early so that it can start up in time for the tests to run.
37+
# We may need to add a wait here.
38+
- name: Start docker-compose services
39+
uses: hoverkraft-tech/[email protected]
40+
with:
41+
compose-file: "docker-compose.yaml"
42+
3543
- name: Set up Go
3644
uses: actions/setup-go@v5
3745
with:

0 commit comments

Comments
 (0)