Skip to content

Commit

Permalink
Update testnet-rpc-tunnel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev authored Oct 2, 2023
1 parent d4fcf81 commit af9729c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/testnet-rpc-tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
cloudflare_tunnel_credential: ${{ secrets.CLOUDFLARE_TUNNEL_CREDENTIAL }}
cloudflare_tunnel_configuration: ${{ secrets.CLOUDFLARE_TUNNEL_CONFIGURATION }}
cloudflare_tunnel_id: ${{ secrets.CLOUDFLARE_TUNNEL_ID }}
- name: Start Python HTTP server
run: timeout 3m python -m http.server 8545 || true
- name: Create comment
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: 1
body: |
Started cloudflared tunnel.
Cloudflared tunnel started.
- name: Start Anvil
run: timeout 3m anvil || true
shell: bash
- name: Shutdown and view logs of cloudflared
if: always()
uses: AnimMouse/setup-cloudflared/shutdown@v1
Expand All @@ -34,6 +35,3 @@ jobs:
issue-number: 1
body: |
Cloudflared tunnel shutdown.
# - name: Run Anvil
# run: anvil
# shell: bash

0 comments on commit af9729c

Please sign in to comment.