Skip to content

Commit 1c1284b

Browse files
committed
add ssh back
1 parent 1e23306 commit 1c1284b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/gmt-pytest/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ runs:
4040
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
4141
colima start
4242
43+
- name: Setup upterm session
44+
uses: lhotari/action-upterm@v1
45+
4346
- name: install script and packages
4447
shell: bash
4548
working-directory: ${{ inputs.gmt-directory }}
@@ -85,9 +88,6 @@ runs:
8588
fi
8689
fi
8790
88-
# - name: Setup upterm session
89-
# uses: lhotari/action-upterm@v1
90-
9191
- name: Start Test container
9292
shell: bash
9393
working-directory: ${{ inputs.gmt-directory }}/tests

0 commit comments

Comments
 (0)