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 9282b5b commit f0e16efCopy full SHA for f0e16ef
.github/workflows/build.yml
@@ -170,6 +170,15 @@ jobs:
170
gusto-repo/integration-tests/transport/test_embedded_dg_advection.py
171
timeout-minutes: 10
172
173
+ - name: Run Thetis smoke tests
174
+ if: (success() || steps.install.conclusion == 'success') && matrix.arch == 'default'
175
+ run: |
176
+ . venv/bin/activate
177
+ git clone --depth 1 https://github.com/thetisproject/thetis.git thetis-repo
178
+ pip install --verbose ./thetis-repo
179
+ python -m pytest -n 8 --verbose thetis-repo/test_adjoint/test_swe_adjoint.py
180
+ timeout-minutes: 10
181
+
182
- name: Run spyro smoke tests
183
if: (success() || steps.install.conclusion == 'success') && matrix.arch == 'default'
184
run: |
0 commit comments