Skip to content

Commit

Permalink
chore: check without immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 24, 2024
1 parent d21eb0d commit 891ccb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --immutable --immutable-cache --check-cache
- run: yarn
changed-workspaces:
runs-on: ubuntu-latest
outputs:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --immutable --immutable-cache
- run: yarn
- name: Set needs.changed-workspaces.outputs.{projects,projects-web}
id: dry-run
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --immutable --immutable-cache
- run: yarn
- name: ts-check
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --immutable --immutable-cache
- run: yarn
- name: test
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --immutable --immutable-cache
- run: yarn
- name: Playwright testing
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 891ccb2

Please sign in to comment.