We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6fab3 commit c25ab5dCopy full SHA for c25ab5d
.github/workflows/cargo-test.yaml
@@ -73,7 +73,7 @@ jobs:
73
echo "configuration=$(jq -c --arg package '${{ matrix.package }}' '.[$package]' .github/test-configuration.json)" >> "$GITHUB_OUTPUT"
74
75
- name: start dependencies
76
- uses: hoverkraft-tech/compose-action@v2.2.0
+ uses: hoverkraft-tech/compose-action@v2.3.0
77
with:
78
compose-file: "./docker-compose.yaml"
79
down-flags: "--volumes"
@@ -138,7 +138,7 @@ jobs:
138
save-if: false
139
140
141
142
143
144
0 commit comments