Skip to content

Commit

Permalink
Merge pull request #23 from cyclic-software/build-on-pr
Browse files Browse the repository at this point in the history
run build on pr
  • Loading branch information
korostelevm authored Dec 19, 2022
2 parents 0898022 + 2d11ea9 commit ab7dd49
Show file tree
Hide file tree
Showing 6 changed files with 1,985 additions and 1,089 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Run tests
run: |
npm ci
npm run test
node-version: '16.x'
- run: npm ci
- run: npm run build
- run: npm run test

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ junit.xml
.vscode

# Exclude generated type declarations
src/**/*.d.ts
dist
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
src
examples
test
commitlint.config.js
Expand Down
Loading

0 comments on commit ab7dd49

Please sign in to comment.