Skip to content

Commit

Permalink
remove clenup to avoid problems with parallel workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Nov 23, 2023
1 parent 7b18c21 commit 498d169
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
pull_request:
types: [opened, synchronize, reopened]

concurrency:
group: test-workflow

jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -81,28 +78,3 @@ jobs:

- name: Test
run: bun run vitest
cleanup:
if: ${{ always() }}
needs: [test-node, test-bun]
runs-on: ubuntu-latest
concurrency:
group: test-workflow
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Bun@1
uses: oven-sh/setup-bun@v1
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"

- name: Install Dependencies
run: yarn install --immutable
- name: Build
run: yarn build
- name: Cleanup
run: node test-cleanup.js

0 comments on commit 498d169

Please sign in to comment.