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 92d0800 commit 4c39119
Showing 1 changed file with 5 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build, Test
name: unit-test

on: [push, pull_request]
on: [pull_request]

jobs:
install:
name: 'Install'
name: 'install'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -13,26 +13,10 @@ jobs:
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main

build:
name: 'Build'
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

- name: Build
run: yarn build

- name: Cache build artifacts
uses: ./.github/actions/build-artifacts/cache

test-ui:
name: 'Test UI'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4c39119

Please sign in to comment.