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 5bfdde2 commit 8e9da6bCopy full SHA for 8e9da6b
.github/workflows/dev.yml
@@ -59,7 +59,7 @@ jobs:
59
name: Run tests
60
id: docker_test
61
run: |
62
- docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test"
+ docker run --entrypoint /test ${{ env.TEST_TAG }}
63
-
64
name: Build and push
65
id: docker_build
test.sh
@@ -12,4 +12,4 @@ docker buildx build \
12
-t ${TAG} \
13
. \
14
&& \
15
- docker run --entrypoint "/usr/bin/env" ${TAG} -i nu -c "use bf test ; test"
+ docker run --entrypoint /test ${TAG}
0 commit comments