Skip to content

Commit

Permalink
run in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
1 parent a5314ea commit ff8f79e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,33 @@ jobs:

- name: Test
run: yarn test:unit

test-integration:
name: Test (Integration)
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout
uses: actions/checkout@v3

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

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

- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@main
with:
ref: 'use-tokenbridge-creator'

- name: Generate
run: yarn generate

- name: Build
run: yarn build

- name: Test
run: yarn test:integration

0 comments on commit ff8f79e

Please sign in to comment.