Skip to content

Commit

Permalink
Separate out artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 16, 2023
1 parent 304d322 commit a5eef73
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
env:
PATH: C:\cygwin\bin
strategy:
matrix:
package-list:
# default
- >
include:
- name: default
package-list: >
asciidoc
bash-completion
bash-completion-devel
Expand Down Expand Up @@ -45,8 +44,8 @@ jobs:
subversion-perl
time
zlib-devel
# hopefully working
- >
- name: good # What should be specifically asking for the known-good package combo
package-list: >
asciidoc
bash-completion
bash-completion-devel
Expand Down Expand Up @@ -87,8 +86,8 @@ jobs:
subversion-perl
time
zlib-devel
# explicitly specifying the broken bits
- >
- name: bad # Explicitly asking for the known-broken packages
package-list: >
asciidoc
bash-completion
bash-completion-devel
Expand Down Expand Up @@ -159,7 +158,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: cygwin-logs
name: cygwin-logs-${{ matrix.name }}
path: 'C:\cygwin\var\log\'
timeout-minutes: 5
- name: Cygport download
Expand All @@ -182,7 +181,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v2
with:
name: build-results
name: build-results-${{ matrix.name }}
path: git-build-results.txz
if-no-files-found: error
timeout-minutes: 5

0 comments on commit a5eef73

Please sign in to comment.