mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
test(docker): fix bats docker image
This commit is contained in:
committed by
Romain Lespinasse
parent
881085bcae
commit
97aa7af437
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "docker run -w /workdir -v $(pwd):/workdir dduportal/bats:latest ./tests",
|
||||
"test": "docker run -w /workdir -v $(pwd):/workdir bats/bats:latest ./tests",
|
||||
"release": "semantic-release"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user