Skip to content

Commit

Permalink
Revert "chore: update workflows"
Browse files Browse the repository at this point in the history
This reverts commit 1f65a0d.
  • Loading branch information
icfor committed Apr 24, 2024
1 parent 9b2914d commit d075153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 18
cache: 'yarn'

- run: yarn
- run: yarn --immutable --immutable-cache

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down
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
- run: yarn --immutable --immutable-cache --check-cache
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
- run: yarn --immutable --immutable-cache
- 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
- run: yarn --immutable --immutable-cache
- 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
- run: yarn --immutable --immutable-cache
- 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
- run: yarn --immutable --immutable-cache
- name: Playwright testing
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit d075153

Please sign in to comment.