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 c4c4c78 commit c15f322Copy full SHA for c15f322
‎.github/workflows/TestWorkflow.yml‎
@@ -56,27 +56,31 @@ jobs:
56
uses: actions/checkout@v4
57
58
- name: Action-Test [.\tests\info.ps1]
59
+ if: success() || failure()
60
uses: ./
61
with:
62
Debug: true
63
Verbose: true
64
Script: .\tests\info.ps1
65
66
- name: Action-Test 2 [tests\info.ps1]
67
68
69
70
71
72
Script: tests\info.ps1
73
74
- name: Action-Test 3 [tests/info.ps1]
75
76
77
78
79
80
Script: tests/info.ps1
81
82
- name: Action-Test 4 [. '.\tests\info.ps1']
83
84
85
86
0 commit comments