We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a089318 commit 948e847Copy full SHA for 948e847
.github/workflows/test.yml
@@ -29,6 +29,14 @@ jobs:
29
name: Test
30
runs-on: ubuntu-latest
31
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
+
40
- name: Checkout code
41
uses: actions/checkout@v4
42
0 commit comments