Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Sep 13, 2023
1 parent 7773763 commit 212b483
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
- name: Use Node.js
uses: actions/setup-node@v3

- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
- name: Install Yarn
run: npm install -g yarn

- name: Start UI and Test
- name: Install node_modules with Yarn
run: yarn install

- name: run unit tests
run: yarn test:ci

0 comments on commit 212b483

Please sign in to comment.