summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2022-02-09 18:06:32 +0100
committerStevenWdV <stevenwdv@gmail.com>2022-02-09 18:06:32 +0100
commiteb3122a8e8f142808cbffd51ca95fe6e79a56794 (patch)
treeadbb5187e51dcf0930dba340ad5816d1c086cc33 /.github/workflows/test.yml
parentbec66f5c74a083558982920889a69a67116b9a54 (diff)
Reduce workflow artifact retention period [skip ci]
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 12170ef..39ef3b0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
with:
name: shared-lib
path: exports/lib/
+ retention-days: 1
test-csharp:
name: Test C# wrapper