Skip to content

Commit 3f68cfd

Browse files
committed
Run Cygwin tests in only one part
1 parent df41332 commit 3f68cfd

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/workflows/cygwin-51x.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,10 @@ name: Cygwin 5.1
33
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
6-
part1:
6+
build:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
1010
compiler: ocaml-variants.5.1.1~rc1+options+win
1111
cygwin: true
1212
timeout: 360
13-
dune_alias: 'ci1'
14-
15-
part2:
16-
needs: part1
17-
if: ${{ always() && needs.part1.outputs.skippart2 != 'true' }}
18-
uses: ./.github/workflows/common.yml
19-
with:
20-
runs_on: windows-latest
21-
compiler: ocaml-variants.5.1.1~rc1+options+win
22-
cygwin: true
23-
timeout: 360
24-
dune_alias: 'ci2'

.github/workflows/cygwin-520-trunk.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,11 @@ name: Cygwin trunk
33
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
6-
part1:
6+
build:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
1010
compiler: ocaml.5.2.0
1111
cygwin: true
1212
compiler_git_ref: refs/heads/trunk
1313
timeout: 360
14-
dune_alias: 'ci1'
15-
16-
part2:
17-
needs: part1
18-
if: ${{ always() && needs.part1.outputs.skippart2 != 'true' }}
19-
uses: ./.github/workflows/common.yml
20-
with:
21-
runs_on: windows-latest
22-
compiler: ocaml.5.2.0
23-
cygwin: true
24-
compiler_git_ref: refs/heads/trunk
25-
timeout: 360
26-
dune_alias: 'ci2'

0 commit comments

Comments
 (0)