Skip to content

Commit

Permalink
dont save logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored and kaidaguerre committed Feb 28, 2024
1 parent e94d734 commit 648f50e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ jobs:
echo "exit_code=$(echo $?)" >> $GITHUB_OUTPUT
echo ">> here"
- name: Save Test Suite Logs
uses: actions/upload-artifact@v3
with:
name: test-logs-${{ matrix.test_block }}-${{ matrix.platform }}
path: ~/.powerpipe/logs
if-no-files-found: error

# This job checks whether the test suite has passed or not.
# Since the exit_code is set only when the bats test suite pass,
# we have added the if-conditional block
Expand Down

0 comments on commit 648f50e

Please sign in to comment.