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 0d87616 commit 77d8085Copy full SHA for 77d8085
.github/workflows/deploy-to-aws.yaml
@@ -19,5 +19,8 @@ jobs:
19
uses: GNS-Science/nshm-github-actions/.github/workflows/deploy-to-aws.yml@main
20
with:
21
python-version: '3.12'
22
- smoketest-query: "query {about, current_model_version}"
+ node-version: '22'
23
+ node-pkg-manager: 'yarn2'
24
+ smoketest-query: 'query QueryRoot{about}'
25
secrets: inherit
26
+
0 commit comments