Skip to content

Commit 1a35f20

Browse files
committed
test github actions
1 parent 9ced783 commit 1a35f20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ jobs:
1010
test:
1111
name: Test
1212
runs-on: ubuntu-latest
13+
uses: ./.github/actions/setup
1314
steps:
14-
- uses: ./.github/actions/setup
1515
- run: bun run test
1616
build:
1717
name: Build
1818
runs-on: ubuntu-latest
19+
uses: ./.github/actions/setup
1920
steps:
20-
- uses: ./.github/actions/setup
21-
- run: |
22-
bun run build && ls ${{ github.workspace }}
21+
- run: bun run build && ls ${{ github.workspace }}

0 commit comments

Comments
 (0)