Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from aki77/1.4.0
Browse files Browse the repository at this point in the history
actions/checkout@v2
  • Loading branch information
aki77 authored Jan 7, 2022
2 parents df4a2a5 + acdb95f commit 81cc188
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run all
- uses: actions/checkout@v2
- run: |
npm install
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
with:
resultPath: dummy_coverage/.last_run.json
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: ./
with:
resultPath: dummy_coverage/.last_run.json
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 81cc188

Please sign in to comment.