Skip to content

Commit ff46fd1

Browse files
authored
Fix DevContainer test harness (#155)
1 parent 35d5603 commit ff46fd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wait-and-upload.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,6 @@ jobs:
142142
IOG=${{ inputs.iog }}
143143
144144
- name: Run test command inside the Dev Container
145-
run: docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.platform }}.${{ inputs.compiler-nix-name }}${{ inputs.target-platform }}${{ inputs.variant }}${{ inputs.iog }} \
146-
/bin/bash -c "cabal update && cabal unpack hello && cd hello-* && cabal build"
145+
run: |
146+
docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.platform }}.${{ inputs.compiler-nix-name }}${{ inputs.target-platform }}${{ inputs.variant }}${{ inputs.iog }} \
147+
bash -ic "cabal update && cabal unpack hello && cd hello-* && cabal build"

0 commit comments

Comments
 (0)