We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f623ea0 commit 1d6db8dCopy full SHA for 1d6db8d
1 file changed
.github/workflows/atm-run-model-integration-tests.yml
@@ -0,0 +1,12 @@
1
+name: ATM Model Integration Tests
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ hello-world:
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - name: foo
12
+ run: echo "Hello world"
0 commit comments