We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ced783 commit 1a35f20Copy full SHA for 1a35f20
.github/workflows/release.yml
@@ -10,13 +10,12 @@ jobs:
10
test:
11
name: Test
12
runs-on: ubuntu-latest
13
+ uses: ./.github/actions/setup
14
steps:
- - uses: ./.github/actions/setup
15
- run: bun run test
16
build:
17
name: Build
18
19
20
21
- - run: |
22
- bun run build && ls ${{ github.workspace }}
+ - run: bun run build && ls ${{ github.workspace }}
0 commit comments