File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 1111 pull_request :
1212 types : [opened, synchronize, reopened]
1313
14- concurrency :
15- group : test-workflow
16-
1714jobs :
1815 lint :
1916 runs-on : ubuntu-latest
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
You can’t perform that action at this time.
0 commit comments