Skip to content

Commit

Permalink
chore: ignore efficiency tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro authored Sep 8, 2023
1 parent d2c97dc commit 7cf4d33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ jobs:
runs-on: ubuntu-22.04
name: Efficiency test
needs: [fetch-oci-image]
# TODO: remove once https://chat.charmhub.io/charmhub/pl/o5wxpb65ffbfzy7bcmi8kzftzy is fixed
continue-on-error: true
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -334,4 +336,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ needs.test-vulnerabilities.outputs.vulnerability-report }}
path: ${{ needs.test-vulnerabilities.outputs.vulnerability-report }}
path: ${{ needs.test-vulnerabilities.outputs.vulnerability-report }}

0 comments on commit 7cf4d33

Please sign in to comment.