Skip to content

Commit 2a9af9d

Browse files
authored
Merge pull request #1301 from thewtex/wasi-ci-docker-oci-exe
ci(wasi): remove custom run shell
2 parents 5a7fed6 + 9652f6a commit 2a9af9d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/wasi.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
branches:
99
- main
1010

11-
defaults:
12-
run:
13-
shell: bash -leo pipefail {0} {0}
14-
1511
env:
1612
OCI_EXE: docker
1713

@@ -36,8 +32,8 @@ jobs:
3632

3733
- name: Build
3834
run: |
39-
pnpm run --sequential --aggregate-output build:wasi:debug
35+
pnpm run --aggregate-output build:wasi
4036
4137
- name: Test
4238
run: |
43-
pnpm run --sequential --aggregate-output test:wasi
39+
pnpm run --aggregate-output test:wasi

0 commit comments

Comments
 (0)