We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d5603 commit ff46fd1Copy full SHA for ff46fd1
.github/workflows/wait-and-upload.yml
@@ -142,5 +142,6 @@ jobs:
142
IOG=${{ inputs.iog }}
143
144
- 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"
+ run: |
+ 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