Skip to content

Commit

Permalink
Try again to delete .tmp before running a test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Jul 2, 2024
1 parent 86df399 commit 5c0cc70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 .tmp || true
rm -rf _build || true
./ar-rebar3 test compile
chmod -R u+w ./_build
tar --dereference -czf /tmp/arweave_build_${{ github.run_id }}.tar.gz _build
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: ${{ matrix.core_test_mod }}.erl
id: tests
run: |
rm -f *.out || true
rm -rf *.out .tmp || true
EXIT_CODE=0
export PATH=$(pwd)/_build_${{ github.run_id }}/erts/bin:$PATH
export ERL_EPMD_ADDRESS=127.0.0.1
Expand Down

0 comments on commit 5c0cc70

Please sign in to comment.