Skip to content

Commit 5417c85

Browse files
committed
WIP
1 parent 89d129f commit 5417c85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-to-aws.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13+
14+
call-test-workflow:
15+
uses: ./github/workflows/dev.yml
16+
secrets: inherit
17+
1318
call-deploy-workflow:
19+
needs: call-test-workflow
1420
uses: GNS-Science/nshm-github-actions/.github/workflows/deploy-to-aws.yml@feature/16-deploy-to-aws
1521
with:
1622
operating-system: 'ubuntu-latest'
1723
python-version: '3.10'
18-
node-version: '20'
1924
secrets: inherit

0 commit comments

Comments
 (0)