Skip to content

Commit 31fa49b

Browse files
committed
Remove tunnel test
1 parent 9c87e74 commit 31fa49b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
TEST_STRING2: "VERY_COOL_STRING2"
1212
GHA_EXTERNAL_DISK: "auxdisk"
1313
GHA_PREEMPTIBLE: "false"
14-
GHA_SSH_TUNNEL_KEY: "${{ secrets.GHA_SSH_TUNNEL_KEY_GARBAGE }}"
15-
GHA_SSH_TUNNEL_CONFIG: "${{ secrets.GHA_SSH_TUNNEL_CONFIG }}"
16-
GHA_SSH_TUNNEL_CONFIG_SECRET_NAME: "nginx_server_config"
17-
GHA_SSH_TUNNEL_KEY_SECRET_NAME: "nginx_server_key"
1814

1915
steps:
2016
- uses: actions/checkout@v2
@@ -37,7 +33,6 @@ jobs:
3733
- run: cp screenfetch/screenfetch-dev /usr/bin/screenfetch
3834
- run: chmod +x screenfetch
3935
- run: yum -y install wget
40-
- run: wget http://localhost:8080 && cat index.html
4136
- uses: actions/upload-artifact@v3
4237
with:
4338
name: plots

0 commit comments

Comments
 (0)