Skip to content

Commit

Permalink
Test an old but not too old version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Feb 28, 2024
1 parent 8273fe4 commit a142a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/actionlint/actionlint-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source dev-container-features-test-lib
# Feature-specific tests
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
# check <LABEL> <cmd> [args...]
check "version" bash -c "actionlint --version | grep 1.2.3"
check "version" bash -c "actionlint --version | grep 1.6.20"

# Report result
# If any of the checks above exited with a non-zero exit code, the test will fail.
Expand Down
2 changes: 1 addition & 1 deletion test/actionlint/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"image": "debian:latest",
"features": {
"actionlint": {
"version": "1.2.3"
"version": "1.6.20"
}
}
},
Expand Down

0 comments on commit a142a6b

Please sign in to comment.