Skip to content

Commit

Permalink
Using new /test executable
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Nov 22, 2024
1 parent 886c25b commit ba3eddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Run tests
id: docker_test
run: |
docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test"
docker run --entrypoint /test ${{ env.TEST_TAG }}
-
name: Build and push
id: docker_build
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ docker buildx build \
-t ${TAG} \
. \
&& \
docker run --entrypoint "/usr/bin/env" ${TAG} -i nu -c "use bf test ; test"
docker run --entrypoint /test ${TAG}

0 comments on commit ba3eddc

Please sign in to comment.