Skip to content

Commit

Permalink
Merge pull request #4558 from IntersectMBO/nm/ci-artifact-slimming
Browse files Browse the repository at this point in the history
Stop including VCS directories in data passed to test jobs
  • Loading branch information
neilmayhew authored Aug 22, 2024
2 parents 1d92855 + ca81c92 commit 1b50854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Archive working directory
# pax format is needed to avoid unnecessary rebuilding, because the
# default format uses a one-second resolution for timestamps
run: tar --use-compress-program zstdmt --format pax -cf /var/tmp/state.tzst . && mv /var/tmp/state.tzst .
run: tar --use-compress-program zstdmt --format posix --exclude-vcs -cf /var/tmp/state.tzst . && mv /var/tmp/state.tzst .
- name: Upload working directory archive
# upload-artifact is pinned to avoid a bug in download-artifact
# See https://github.com/actions/download-artifact/issues/328
Expand Down

0 comments on commit 1b50854

Please sign in to comment.