Skip to content

Commit

Permalink
chore: test ci on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Sep 23, 2024
1 parent 036c3cb commit 861c727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

runs-on: ${{ matrix.os }}

concurrency:
group: test-${{ matrix.os }}-v${{ matrix.node }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: test-${{ matrix.os }}-v${{ matrix.node }}-${{ github.ref }}
# cancel-in-progress: true

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "npm"
cache: "pnpm"

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 861c727

Please sign in to comment.