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
🐛 add checkout step to test job
  • Loading branch information
ooloth committed Nov 27, 2019
commit 6e4e5b8256888215687e982f4b6b855c3b304b2a
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
run: npm run lint
- name: Format all files
run: npm run format

test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: npm run test