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 missing GitHub actions property runs-on
  • Loading branch information
ooloth committed Nov 27, 2019
commit dcd54f1bd5d7b6705ec893d2ef6d2508f2a57e52
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: npm run format
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Run tests
run: npm run test