Skip to content

Commit e047cbf

Browse files
committed
run-docker-test.sh: packer version
1 parent 7d5d935 commit e047cbf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ jobs:
5858
- name: Run pytest
5959
run: pytest -v tests
6060
- name: Run repo2shellscript scripts
61-
run: ./run-docker-test.sh
61+
run: |
62+
export "PATH=$HOME/bin:$PATH"
63+
./run-docker-test.sh

run-docker-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ IMAGE_NAME=test-repo2shellscript
66
repo2docker --engine shellscript --user-id 1000 --user-name test --no-run --image-name $IMAGE_NAME https://github.com/binder-examples/conda
77

88
# Test by building a Docker image with packer
9+
packer version
910
cd ./repo2shellscript-output/$IMAGE_NAME
1011
packer build repo2docker.pkr.hcl
1112

0 commit comments

Comments
 (0)