Skip to content

Commit 302a216

Browse files
committed
Fix GitHub workflows
1 parent 884e924 commit 302a216

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/purs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- uses: purescript-contrib/setup-purescript@main
17+
with:
18+
spago: unstable
1719

1820
- uses: actions/cache@v4
1921
with:
20-
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
22+
key: ${{ runner.os }}-spago-${{ hashFiles('**/spago.yaml') }}
2123
path: |
2224
.spago
2325
output
2426
2527
- run: spago build
2628

27-
- run: spago test --no-install
29+
- run: spago test

.github/workflows/rails.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- uses: actions/setup-node@v4
17+
env:
18+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19+
1720
- run: npm install
1821
- run: npm run build
1922

0 commit comments

Comments
 (0)