Skip to content

Commit

Permalink
Add self-hosted GA for IMA container test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Oct 9, 2023
1 parent dd76f8d commit c7735ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ jobs:
working-directory: ${{env.working-directory}}
run: |
cd comprehensive-test
sudo docker stop run_sgx_sim_sgxwallet_1 || true
sudo rm -rf ./sgxwallet || true
git clone https://github.com/skalenetwork/sgxwallet.git --recursive
cd sgxwallet
Expand Down Expand Up @@ -380,8 +381,8 @@ jobs:
- name: INIT - check SGX Wallet has listening ports
working-directory: ${{env.working-directory}}
run: |
echo "sleeping 90 seconds..."
sleep 90
echo "sleeping 180 seconds..."
sleep 180
echo "checking port 1026 commonly used by SGX Wallet for HTTPS..."
sudo netstat -tulpn | grep 1026
echo "...Done"
Expand Down

0 comments on commit c7735ee

Please sign in to comment.