Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
domiSchenk committed Jun 26, 2021
1 parent 15e5f6e commit 7a7d6b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
# path: ~/.pnpm-store
# key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.9.1

- name: Cache pnpm modules
uses: actions/cache@v2
env:
Expand All @@ -52,10 +57,6 @@ jobs:
# with:
# working-directory: ./src-tauri

- name: install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.9.1

- name: install app dependencies
run: pnpm install
Expand Down

0 comments on commit 7a7d6b1

Please sign in to comment.