We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e0cfa commit 63e192bCopy full SHA for 63e192b
.github/workflows/test.yml
@@ -36,13 +36,13 @@ jobs:
36
- name: Test action with version
37
uses: ./
38
with:
39
- version: 'v1.0.0'
+ version: 'v0.2.0'
40
41
- name: Verify version
42
run: |
43
VERSION=$(dbc --version)
44
echo "Installed version: $VERSION"
45
- echo "$VERSION" | grep -q "v1.0.0" || (echo "Expected v1.0.0 but got $VERSION" && exit 1)
+ echo "$VERSION" | grep -q "v0.2.0" || (echo "Expected v0.2.0 but got $VERSION" && exit 1)
46
47
test-with-drivers:
48
name: Test driver installation
0 commit comments