Skip to content

Commit

Permalink
Add test script to test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 16, 2021
1 parent 03a4399 commit ea5cc04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
workflow_dispatch:

jobs:
test-script:
name: Run test script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install --no-package-lock
- run: npm run test
no-globs:
name: No globs (README.md, no errors)
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea5cc04

Please sign in to comment.