Skip to content

Commit

Permalink
remove the if check and ignore failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedell-newrelic committed Nov 17, 2023
1 parent 06f8f26 commit b27be9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test-AITs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ jobs:
agent-integration-tests/testing-artifacts/*
- name: Upload negative value artifact
if: ${{ always() && hashFiles('negative_value.txt') != '' }}
uses: actions/upload-artifact@v3
with:
name: negative_value.txt
path: ${{ github.workspace }}
if-no-files-found: ignore

# notify-failure:
# needs: [tests]
Expand Down

0 comments on commit b27be9e

Please sign in to comment.