Skip to content

Commit

Permalink
chg: use relative paths for GH action working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Jan 18, 2024
1 parent f311935 commit a1cca76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ jobs:
bash docker-heimdall-start-all.sh
bash docker-bor-setup.sh
bash docker-bor-start-all.sh
cd /
cd ../
timeout 2m bash matic-cli/.github/integration-tests/bor_health.sh
cd /
cd devnet
bash ganache-deployment-bor.sh
bash ganache-deployment-sync.sh
Expand All @@ -193,7 +193,7 @@ jobs:
run: |
echo "Deposit 100 matic for each account to bor network"
npm run truffle exec scripts/deposit.js -- --network development $(jq -r .root.tokens.MaticToken contractAddresses.json) 100000000000000000000
cd /
cd ../../../
timeout 60m bash matic-cli/.github/integration-tests/smoke_test.sh
- name: Upload logs
Expand All @@ -209,7 +209,7 @@ jobs:
working-directory: matic-cli/devnet
run: |
docker compose down --remove-orphans
cd /
cd ../
mkdir -p ${{ github.run_id }}/matic-cli
sudo mv matic-cli/devnet ${{ github.run_id }}/matic-cli
sudo tar czf code.tar.gz ${{ github.run_id }}
Expand Down

0 comments on commit a1cca76

Please sign in to comment.