Skip to content

Commit

Permalink
testing with path hardcoded.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Feb 28, 2024
1 parent 4d0115a commit ff6e1fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
cd ${GITHUB_WORKSPACE}/scripts/docker-testnet
export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
./prepare.sh
echo "TESTNETDIR=${TESTNETDIR}" >> $GITHUB_OUTPUT
- name: Deploy local testnet
run: |
echo $TESTNETDIR
export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
docker compose up -d
sleep 30s
docker ps -a

0 comments on commit ff6e1fe

Please sign in to comment.