Skip to content

Commit

Permalink
ci: update CI job and dependencies (act-rules#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy authored Mar 11, 2020
1 parent 752de69 commit a348496
Show file tree
Hide file tree
Showing 3 changed files with 4,028 additions and 3,743 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: test

# Run on PR's targetting `develop` branch
on:
push:
branches:
Expand All @@ -15,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: npm install & build
- name: Run tests
run: |
npm install
npm run test
npm test
env:
CI: true
Loading

0 comments on commit a348496

Please sign in to comment.