Skip to content

Commit 8e9da6b

Browse files
committed
Using new /test executable
1 parent 5bfdde2 commit 8e9da6b

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
@@ -59,7 +59,7 @@ jobs:
5959
name: Run tests
6060
id: docker_test
6161
run: |
62-
docker run --entrypoint "/usr/bin/env" ${{ env.TEST_TAG }} -i nu -c "use bf test ; test"
62+
docker run --entrypoint /test ${{ env.TEST_TAG }}
6363
-
6464
name: Build and push
6565
id: docker_build

test.sh

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

0 commit comments

Comments
 (0)