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 bd62daa commit f14961fCopy full SHA for f14961f
.github/workflows/dev.yml
@@ -64,7 +64,7 @@ jobs:
64
name: Run tests
65
id: docker_test
66
run: |
67
- docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test"
+ docker run --entrypoint /test ${{ env.TEST_TAG }}
68
-
69
name: Build and push
70
id: docker_build
test.sh
@@ -13,4 +13,4 @@ docker buildx build \
13
-t ${TAG} \
14
. \
15
&& \
16
- docker run --entrypoint "/usr/bin/env" ${TAG} -i nu -c "use bf test ; test"
+ docker run --entrypoint /test ${TAG}
0 commit comments