File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,21 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - uses : purescript-contrib/setup-purescript@main
17-
18- - name : Cache PureScript dependencies
19- uses : actions/cache@v4
16+ - name : Install Nix
17+ uses : DeterminateSystems/nix-installer-action@v21
2018 with :
21- key : ${{ runner.os }}-spago-${{ hashFiles('**/spago.lock') }}
22- path : |
23- .spago
24- output
19+ determinate : false
20+
21+ - name : Setup Nix cache
22+ uses : DeterminateSystems/magic-nix-cache-action@v13
2523
26- - uses : actions/setup-node@v4
24+ - name : Checkout registry-dev
25+ uses : actions/checkout@v4
2726 with :
28- node-version : " 20"
27+ repository : purescript/registry-dev
28+ ref : master
29+ path : registry-dev
2930
30- - run : spago build
31+ - run : nix develop -c spago build
3132
32- - run : spago test
33+ - run : nix develop -c spago test
You can’t perform that action at this time.
0 commit comments