Skip to content

Commit

Permalink
chore(ci): restore test running
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek committed Jan 10, 2024
1 parent 7af1dd2 commit f0f9c73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f0f9c73

Please sign in to comment.