Skip to content

Commit

Permalink
removing bypass on build github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-lvj committed Sep 28, 2024
1 parent a7de86e commit 1551d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
working-directory: tools/npm/garaga_ts
run: |
docker compose up --build --exit-code-from app
git status --porcelain | grep -v 'src/wasm/pkg/' || true
[[ -z $(git status --porcelain | grep -v 'src/wasm/pkg/') ]]
git status --porcelain
[[ -z $(git status --porcelain ) ]]
- name: Upload package file as artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1551d25

Please sign in to comment.