Skip to content

Commit

Permalink
Add debug lines to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Mar 29, 2024
1 parent 697f5e8 commit c8e53bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
uses: actions/[email protected]

- name: Build Project With Docker
run: |
# Note: the -i flag in "bash -ic" is necessary and causes bash to
run: |
echo 1
# Note: the -i flag in "bash -ic" is necessary and causes bash to
# "source ~/.bashrc" which correctly populates the env.
echo 2
docker run \
-v ./.:/workspaces/plutus-tx-template \
-w /workspaces/plutus-tx-template \
-it ghcr.io/input-output-hk/devx-devcontainer:x86_64-linux.ghc96-iog \
bash -ic "cabal update && cabal run plutus-tx-template"
echo 3

0 comments on commit c8e53bb

Please sign in to comment.