Skip to content

Commit 9f177f2

Browse files
MSP-Gregeregon
authored andcommitted
Improve Path info in CI, add workflow_dispatch
1 parent 477b21f commit 9f177f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- README.md
1111
schedule:
1212
- cron: '0 7 * * SUN'
13+
workflow_dispatch:
14+
1315
jobs:
1416
test:
1517
strategy:
@@ -40,8 +42,10 @@ jobs:
4042
bundler-cache: true
4143
- run: ruby -v
4244
- name: PATH
43-
shell: bash
44-
run: echo $PATH
45+
shell: pwsh
46+
run: |
47+
# Show PATH with Powershell
48+
$f, $r = $env:PATH.split([IO.Path]::PathSeparator); $r
4549
4650
- name: build compiler
4751
run: |

0 commit comments

Comments
 (0)