Skip to content

Commit

Permalink
Issue #59: Fix action syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Nov 5, 2019
1 parent b760432 commit b5572aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 12.x
- name: npm install
run: npm install
- name: Run server
run: npm run serve
- name: Run example map tests
- run: npm install
- run: npm run serve
- run: npm run test
run: npm run test

0 comments on commit b5572aa

Please sign in to comment.