Skip to content

Commit

Permalink
Clean out .tmp before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Jul 2, 2024
1 parent 2abe3b5 commit 86df399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: "recursive"
- name: Build arweave test sources
run: |
rm -rf _build || true
rm -rf _build .tmp || true
./ar-rebar3 test compile
chmod -R u+w ./_build
tar --dereference -czf /tmp/arweave_build_${{ github.run_id }}.tar.gz _build
Expand Down

0 comments on commit 86df399

Please sign in to comment.