Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Jan 10, 2023
1 parent 94eb697 commit 33e6e99
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/workflows/build_and_test2.yml
Expand Up @@ -3,12 +3,23 @@ name: Build and test 2
on: ["push"]

jobs:
mobx:
name: Packages coverage
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Setup Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 14.x

- name: Test
run: echo hello
- name: Install Dependencies
run: yarn --frozen-lockfile --ignore-scripts

- name: Lint
run: yarn lint

- name: Build check
run: yarn lerna run build:check

- name: Build test
run: yarn lerna run build:test

0 comments on commit 33e6e99

Please sign in to comment.