Skip to content

Commit

Permalink
chore: fix path to quality tests (#1578)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode authored Oct 27, 2023
1 parent a276bf1 commit 1ab051b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Archive the provider state
if: ${{ failure() }}
run: tar -czvf qg-capture-state.tar.gz -C tests/quality --exclude tools --exclude labels .yardstick.yaml .yardstick
run: tar -czvf qg-capture-state.tar.gz -C test/quality --exclude tools --exclude labels .yardstick.yaml .yardstick

- name: Upload the provider state archive
if: ${{ failure() }}
Expand All @@ -80,7 +80,7 @@ jobs:
Then run the following commands to debug:
\`\`\`bash
# copy the archive to the tests/quality directory
cd tests/quality
cd test/quality
unzip $ARCHIVE_NAME && tar -xzf $ARCHIVE_BASENAME.tar.gz
\`\`\`
Expand Down

0 comments on commit 1ab051b

Please sign in to comment.