Skip to content

Commit

Permalink
fix: ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Zollinger committed Sep 18, 2020
1 parent 941abec commit 3b62601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
with:
node-version: "12"
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
- uses: actions/setup-node@v2-beta
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
- uses: actions/setup-node@v2-beta
with:
cmd: lint
- uses: borales/actions-yarn@v2.0.0
- uses: actions/setup-node@v2-beta
with:
cmd: test

0 comments on commit 3b62601

Please sign in to comment.