Skip to content

Commit e8c2e17

Browse files
Adding test on SOLPS2imas and FusionSyntheticDiagnostics
1 parent cacc90b commit e8c2e17

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/test_test.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,26 @@ on:
1414

1515
jobs:
1616
test_on_IMASggd:
17+
name: Testing test.yml on IMASggd
1718
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@test_workflows
1819
secrets: inherit
1920
with:
2021
target_repo: ProjectTorreyPines/IMASggd.jl
2122
workflow_file: test.yml
2223
ref: master
23-
use_pat: true
24+
test_on_SOLPS2imas:
25+
name: Testing test.yml on SOLPS2imas
26+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@test_workflows
27+
secrets: inherit
28+
with:
29+
target_repo: ProjectTorreyPines/SOLPS2imas.jl
30+
workflow_file: test.yml
31+
ref: master
32+
test_on_FusionSyntheticDiagnostics:
33+
name: Testing test.yml on FusionSyntheticDiagnostics
34+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@test_workflows
35+
secrets: inherit
36+
with:
37+
target_repo: ProjectTorreyPines/FusionSyntheticDiagnostics.jl
38+
workflow_file: test.yml
39+
ref: master

0 commit comments

Comments
 (0)