From f0f9c73b6a587b3cdcbbd19c173c64d211b188e8 Mon Sep 17 00:00:00 2001 From: V0ldek Date: Thu, 11 Jan 2024 00:27:36 +0100 Subject: [PATCH] chore(ci): restore test running --- .github/workflows/test-codegen.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-codegen.yml b/.github/workflows/test-codegen.yml index 7fbe54ed..9ba96ec5 100644 --- a/.github/workflows/test-codegen.yml +++ b/.github/workflows/test-codegen.yml @@ -8,7 +8,7 @@ on: value: rsonpath-test-documents artifact-path: description: Path to which the artifact should be extracted. - value: crates/rsonpath-test/documents + value: crates/rsonpath-test env: CARGO_TERM_COLOR: always @@ -69,5 +69,7 @@ jobs: uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: rsonpath-test-documents - path: crates/rsonpath-test/documents + path: | + crates/rsonpath-test/documents + crates/rsonpath-test/tests retention-days: 1