Skip to content

Commit

Permalink
ci: add test run
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Aug 17, 2024
1 parent cf592e5 commit 93f92e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: build
name: Quality
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -15,4 +17,5 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build

0 comments on commit 93f92e9

Please sign in to comment.