We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e23306 commit 1c1284bCopy full SHA for 1c1284b
.github/actions/gmt-pytest/action.yml
@@ -40,6 +40,9 @@ runs:
40
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
41
colima start
42
43
+ - name: Setup upterm session
44
+ uses: lhotari/action-upterm@v1
45
+
46
- name: install script and packages
47
shell: bash
48
working-directory: ${{ inputs.gmt-directory }}
@@ -85,9 +88,6 @@ runs:
85
88
fi
86
89
87
90
- # - name: Setup upterm session
- # uses: lhotari/action-upterm@v1
-
91
- name: Start Test container
92
93
working-directory: ${{ inputs.gmt-directory }}/tests
0 commit comments