Skip to content

Commit

Permalink
removing git diff from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-lvj committed Oct 3, 2024
1 parent 8fa9918 commit c8ee1c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
docker compose up --build --exit-code-from app
git status --porcelain
git diff
[[ -z $(git status --porcelain ) ]]
- name: Upload package file as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c8ee1c9

Please sign in to comment.