Skip to content

Commit

Permalink
ci: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Dec 5, 2021
1 parent 26c402c commit f737d7d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches: [master]

jobs:
test-and-lint:
build-test-and-lint:
runs-on: ubuntu-latest
name: Test and Lint
name: Build, Test and Lint
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -32,11 +32,14 @@ jobs:
- name: Install
run: yarn --frozen-lockfile

- name: Build
run: yarn build:lib

- name: Test
run: npm run test
run: yarn test

- name: Lint and Format
run: npm run lint:ci
run: yarn lint:ci
e2e:
name: Cypress on Chrome
runs-on: ubuntu-latest
Expand Down

0 comments on commit f737d7d

Please sign in to comment.