Skip to content

Commit

Permalink
Test workflow compression arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Nov 10, 2023
1 parent e629ac7 commit b7b9a63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Build and release
on: [push, pull_request]
jobs:
build-test:
strategy:
matrix:
compression: [J, '', zstd, doot]
fail-fast: false

uses: cygporter/workflows/.github/workflows/build-test.yml@tar-elsewhere
with:
cygport_file: git.cygport
compress_results: ${{ matrix.compression }}

github-release:
if: github.ref == format('refs/heads/v{0}', needs.build-test.outputs.cygport-pv)
Expand Down

0 comments on commit b7b9a63

Please sign in to comment.