Skip to content

Commit

Permalink
Merge pull request #1301 from thewtex/wasi-ci-docker-oci-exe
Browse files Browse the repository at this point in the history
ci(wasi): remove custom run shell
  • Loading branch information
thewtex authored Jan 6, 2025
2 parents 5a7fed6 + 9652f6a commit 2a9af9d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
branches:
- main

defaults:
run:
shell: bash -leo pipefail {0} {0}

env:
OCI_EXE: docker

Expand All @@ -36,8 +32,8 @@ jobs:

- name: Build
run: |
pnpm run --sequential --aggregate-output build:wasi:debug
pnpm run --aggregate-output build:wasi
- name: Test
run: |
pnpm run --sequential --aggregate-output test:wasi
pnpm run --aggregate-output test:wasi

0 comments on commit 2a9af9d

Please sign in to comment.