Skip to content

Commit

Permalink
maybe on multiple lines?
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Dec 28, 2020
1 parent c9f79d3 commit 7d74d0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,18 @@ jobs:
run: |
stack --stack-yaml=stack.yaml install happy
- name: Build
- name: Build 1
run: |
which happy
- name: Build 2
run: |
echo $PATH
- name: Build 3
run: |
echo $HOME
- name: Build 4
run: |
ls ~/.local/bin
#stack --stack-yaml=${{ matrix.stack_yaml }} build --test --bench --no-run-tests --no-run-benchmarks
- name: Test
run: |
Expand Down

0 comments on commit 7d74d0e

Please sign in to comment.