Skip to content

Commit 498d169

Browse files
committed
remove clenup to avoid problems with parallel workflows
1 parent 7b18c21 commit 498d169

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
pull_request:
1212
types: [opened, synchronize, reopened]
1313

14-
concurrency:
15-
group: test-workflow
16-
1714
jobs:
1815
lint:
1916
runs-on: ubuntu-latest
@@ -81,28 +78,3 @@ jobs:
8178

8279
- name: Test
8380
run: bun run vitest
84-
cleanup:
85-
if: ${{ always() }}
86-
needs: [test-node, test-bun]
87-
runs-on: ubuntu-latest
88-
concurrency:
89-
group: test-workflow
90-
cancel-in-progress: true
91-
steps:
92-
- uses: actions/checkout@v3
93-
with:
94-
fetch-depth: 0
95-
- name: Setup Bun@1
96-
uses: oven-sh/setup-bun@v1
97-
- name: Setup Node
98-
uses: actions/setup-node@v3
99-
with:
100-
node-version: 20
101-
cache: "yarn"
102-
103-
- name: Install Dependencies
104-
run: yarn install --immutable
105-
- name: Build
106-
run: yarn build
107-
- name: Cleanup
108-
run: node test-cleanup.js

0 commit comments

Comments
 (0)