Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 0dab3aa

Browse files
author
Jared Weakly
committed
Re-fix the github actions CI file
1 parent acc29f9 commit 0dab3aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
expect-fail: true
5959
steps:
6060
- uses: actions/checkout@v2
61-
- uses: ./
61+
- uses: ./setup
6262
continue-on-error: ${{ matrix.expect-fail }}
6363
with:
6464
ghc-version: ${{ matrix.ghc }}
@@ -67,10 +67,10 @@ jobs:
6767
runhaskell --version
6868
runhaskell __tests__/hello.hs
6969
continue-on-error: ${{ matrix.expect-fail }}
70-
- working-directory: __tests__/project
70+
- working-directory: setup/__tests__/project
7171
run: cabal build
7272
continue-on-error: ${{ matrix.expect-fail }}
73-
- working-directory: __tests__/project
73+
- working-directory: setup/__tests__/project
7474
run: cabal run
7575
continue-on-error: ${{ matrix.expect-fail }}
7676
- run: |
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- uses: actions/checkout@v2
9898

99-
- uses: ./
99+
- uses: ./setup
100100
with:
101101
enable-stack: true
102102
stack-no-global: true

0 commit comments

Comments
 (0)