File tree Expand file tree Collapse file tree 5 files changed +183
-152
lines changed
Expand file tree Collapse file tree 5 files changed +183
-152
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 call-test-workflow :
11- # https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
12- uses : ./.github/workflows/run-tests.yml
11+ uses : GNS-Science/nshm-github-actions/.github/workflows/python-run-tests.yml@main
12+ with :
13+ operating-systems : " ['ubuntu-latest']"
14+ python-versions : " ['3.10']"
15+ secrets : inherit
1316
1417 deploy :
1518 needs : call-test-workflow
Original file line number Diff line number Diff line change 99
1010jobs :
1111 call-test-workflow :
12- # https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
13- uses : ./.github/workflows/run-tests.yml
12+ uses : GNS-Science/nshm-github-actions/.github/workflows/python-run-tests.yml@main
13+ with :
14+ operating-systems : " ['ubuntu-latest']"
15+ python-versions : " ['3.10']"
16+ secrets : inherit
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments