Skip to content

Commit

Permalink
improved GitHub Actions workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattonit committed Jan 16, 2020
1 parent dfa162f commit ab7eeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Say hello
run: echo "Hello"
- name: Run test
run: npm run test

0 comments on commit ab7eeef

Please sign in to comment.