Skip to content

Commit f14961f

Browse files
committed
Using new /test executable
1 parent bd62daa commit f14961f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: Run tests
6565
id: docker_test
6666
run: |
67-
docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test"
67+
docker run --entrypoint /test ${{ env.TEST_TAG }}
6868
-
6969
name: Build and push
7070
id: docker_build

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ docker buildx build \
1313
-t ${TAG} \
1414
. \
1515
&& \
16-
docker run --entrypoint "/usr/bin/env" ${TAG} -i nu -c "use bf test ; test"
16+
docker run --entrypoint /test ${TAG}

0 commit comments

Comments
 (0)