Skip to content

Commit a5067b6

Browse files
1138-4EBeine
authored andcommitted
test multiple msys2do calls in the same step
1 parent 4895c26 commit a5067b6

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@ jobs:
1414
run: npm ci
1515
- name: run action
1616
uses: ./
17-
- name: test MSYS
17+
- name: test
1818
run: |
1919
$env:MSYSTEM = 'MSYS'
2020
msys2do ./test.sh MSYS
21-
- name: test MINGW64
22-
run: |
2321
$env:MSYSTEM = 'MINGW64'
2422
msys2do ./test.sh MINGW64
25-
- name: test MINGW32
26-
run: |
2723
$env:MSYSTEM = 'MINGW32'
2824
msys2do ./test.sh MINGW32
2925
@@ -35,19 +31,13 @@ jobs:
3531
run: npm ci
3632
- name: run action
3733
uses: ./
38-
- name: test MSYS
34+
- name: test
3935
shell: cmd
4036
run: |
4137
set MSYSTEM=MSYS
4238
msys2do ./test.sh MSYS
43-
- name: test MINGW64
44-
shell: cmd
45-
run: |
4639
set MSYSTEM=MINGW64
4740
msys2do ./test.sh MINGW64
48-
- name: test MINGW32
49-
shell: cmd
50-
run: |
5141
set MSYSTEM=MINGW32
5242
msys2do ./test.sh MINGW32
5343

0 commit comments

Comments
 (0)