Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-lvj committed Sep 29, 2024
1 parent fd99452 commit 08186a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: |
docker compose up --build --exit-code-from app
git status --porcelain
echo "Git Diff for specific files:"
git diff -- src/wasm/pkg/garaga_rs.js src/wasm/pkg/garaga_rs_bg.wasm.js
[[ -z $(git status --porcelain ) ]]
- name: Upload package file as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 08186a0

Please sign in to comment.