We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a089318 commit cdb3842Copy full SHA for cdb3842
.github/workflows/test.yml
@@ -32,6 +32,14 @@ jobs:
32
- name: Checkout code
33
uses: actions/checkout@v4
34
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
+
43
- name: Set up Go
44
uses: actions/setup-go@v5
45
with:
0 commit comments