We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45320d9 + c4b7500 commit 37869e8Copy full SHA for 37869e8
1 file changed
.github/workflows/atm-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