Skip to content

Commit

Permalink
v4.2.17 (#147)
Browse files Browse the repository at this point in the history
* Using new /test executable
  • Loading branch information
bfren authored Dec 6, 2024
1 parent 881c81d commit b873d68
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 @@ -64,7 +64,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 b873d68

Please sign in to comment.