Skip to content

Commit

Permalink
chore(CI): restore back to use main action
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi authored and RolandSherwin committed Dec 16, 2024
1 parent 26ea5bc commit 3396b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
ls -l $ANT_DATA_PATH
cp ./the-test-data.zip ./the-test-data_1.zip
./target/release/ant --log-output-dest=data-dir file upload "./the-test-data_1.zip" > ./second_upload 2>&1
enrelease-candidatev:
env:
ANT_LOG: "all"
timeout-minutes: 25

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

- name: Stop the local network and upload logs
if: always()
uses: maidsafe/ant-local-testnet-action@feat-addrs-logs
uses: maidsafe/ant-local-testnet-action@main
with:
action: stop
log_file_prefix: safe_test_logs_memcheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ jobs:

- name: Stop the local network and upload logs
if: always()
uses: maidsafe/ant-local-testnet-action@feat-addrs-logs
uses: maidsafe/ant-local-testnet-action@main
with:
action: stop
log_file_prefix: safe_test_logs_e2e
Expand Down Expand Up @@ -1372,7 +1372,7 @@ jobs:
- name: Stop the local network and upload logs
if: always()
uses: maidsafe/ant-local-testnet-action@feat-addrs-logs
uses: maidsafe/ant-local-testnet-action@main
with:
action: stop
platform: ubuntu-latest
Expand Down

0 comments on commit 3396b7b

Please sign in to comment.