Skip to content

Commit

Permalink
ci #1231421
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Sep 13, 2023
1 parent 247fd76 commit 7773763
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: unit-test
on: [push]

jobs:
install:
name: 'install'
unitTests:
name: 'unit tests'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -17,20 +17,5 @@ jobs:
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

unitTests:
name: 'unit tests'
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main

- uses: actions/setup-node@v3
with:
node-version: 18

- name: Start UI and Test
run: yarn test:ci

0 comments on commit 7773763

Please sign in to comment.