Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🛠 run tests in CI
  • Loading branch information
ooloth committed Nov 27, 2019
commit 62bf7139338bf95405ac7629afb943d27690bef7
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
run: npm run lint
- name: Format all files
run: npm run format
test:
name: Test
steps:
- name: Run tests
run: npm run test