File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1515 TransferTo : ' 0x3f1Eae7D46d88F08fc2F8ed27FCb2AB183EB2d0E'
1616
1717jobs :
18+ install :
19+ name : " Install"
20+ runs-on : ubuntu-latest
21+ steps :
22+ - name : Checkout files
23+ uses : actions/checkout@v4
24+
25+ - name : Install node_modules
26+ uses : OffchainLabs/actions/node-modules/install@main
27+
1828 test-all :
1929 name : Test all tutorials
2030 runs-on : ubuntu-latest
31+ needs : install
2132 steps :
2233 - name : Checkout
2334 uses : actions/checkout@v4
2435
25- - name : Install node_modules
26- uses : OffchainLabs/actions/node-modules/install @main
36+ - name : Restore node_modules
37+ uses : OffchainLabs/actions/node-modules/restore @main
2738
2839 - name : Set up the local node
2940 # https://github.com/OffchainLabs/actions/blob/feat-simplify/run-nitro-test-node/action.yml
You can’t perform that action at this time.
0 commit comments