Skip to content

Commit

Permalink
ci: fix test-tsd step order for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg committed Jul 19, 2020
1 parent 8872407 commit 881b851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
run: npm i --only=dev --prefer-offline --no-audit

- name: Cache node modules
uses: actions/cache@v2
env:
Expand All @@ -72,6 +69,9 @@ jobs:
npm-${{ runner.os }}-
npm-
- name: Install dependencies
run: npm i --only=dev --prefer-offline --no-audit

- name: Test TypeScript definitions
run: npm run test:tsd

Expand Down

0 comments on commit 881b851

Please sign in to comment.