Skip to content

Commit

Permalink
yaml whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya Irani committed Feb 12, 2024
1 parent b8a3435 commit 709f4a3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,9 @@ jobs:
# git diff --cached --ignore-cr-at-eol --exit-code
# - name: cli-integration-tests
# run: stack --no-terminal exec cli-integration-tests

- name: verify stack ghci startup
if: runner.os == 'macOS'
run: echo | stack ghci

- name: debug check ucm artifact
uses: actions/upload-artifact@v4
run: ls -l ${{ steps.ucm-path.outputs.ucm-path }}
# - name: verify stack ghci startup
# if: runner.os == 'macOS'
# run: echo | stack ghci

- name: save ucm artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 709f4a3

Please sign in to comment.