diff options
author | 2024-10-03 21:19:47 +0100 | |
---|---|---|
committer | 2024-10-03 21:23:43 +0100 | |
commit | b276a04f2cb9b2e974b84b66719b2b0984f3a800 (patch) | |
tree | 96413560c643ff6b7b4863e1eedac0f54ef2daa6 | |
parent | Update nsjail_args and py_args to store_const instead of nargs='?' (diff) |
Include hidden files when uploading artifacts
This was a breaking change github introduced recently
Co-authored-by: GDWR <[email protected]>
-rw-r--r-- | .github/workflows/test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1159d81..55bdae0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,6 +52,7 @@ jobs: name: coverage-${{ matrix.os }} path: .coverage.* retention-days: 1 + include-hidden-files: true report: name: Report coverage |