Skip to content

Commit

Permalink
Remove tunnel test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Jun 5, 2024
1 parent 9c87e74 commit 31fa49b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
TEST_STRING2: "VERY_COOL_STRING2"
GHA_EXTERNAL_DISK: "auxdisk"
GHA_PREEMPTIBLE: "false"
GHA_SSH_TUNNEL_KEY: "${{ secrets.GHA_SSH_TUNNEL_KEY_GARBAGE }}"
GHA_SSH_TUNNEL_CONFIG: "${{ secrets.GHA_SSH_TUNNEL_CONFIG }}"
GHA_SSH_TUNNEL_CONFIG_SECRET_NAME: "nginx_server_config"
GHA_SSH_TUNNEL_KEY_SECRET_NAME: "nginx_server_key"

steps:
- uses: actions/checkout@v2
Expand All @@ -37,7 +33,6 @@ jobs:
- run: cp screenfetch/screenfetch-dev /usr/bin/screenfetch
- run: chmod +x screenfetch
- run: yum -y install wget
- run: wget http://localhost:8080 && cat index.html
- uses: actions/upload-artifact@v3
with:
name: plots
Expand Down

0 comments on commit 31fa49b

Please sign in to comment.