Skip to content

Commit 948e847

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

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
@@ -29,6 +29,14 @@ jobs:
2929
name: Test
3030
runs-on: ubuntu-latest
3131
steps:
32+
# Start the Grafana server.
33+
# Do this early so that it can start up in time for the tests to run.
34+
# We may need to add a wait here.
35+
- name: Start docker-compose services
36+
uses: hoverkraft-tech/[email protected]
37+
with:
38+
compose-file: "docker-compose.yaml"
39+
3240
- name: Checkout code
3341
uses: actions/checkout@v4
3442

0 commit comments

Comments
 (0)