Skip to content

Commit

Permalink
fix: Remove runtime call in Github Actions
Browse files Browse the repository at this point in the history
This causes a perpetual run since the HTTP server will run forever.
  • Loading branch information
sealsrock12 authored Dec 14, 2020
1 parent 98345d7 commit febe716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ jobs:
run: |
npm install
npm run tsc
npm test

0 comments on commit febe716

Please sign in to comment.