Skip to content

Commit

Permalink
Remove Fossa test temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <[email protected]>
  • Loading branch information
berndverst committed Oct 20, 2022
1 parent 038f63d commit 4dfedfc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
with:
api-key: ${{ env.FOSSA_API_KEY }}

- name: "Run FOSSA Test"
uses: fossas/[email protected] # Use a specific version if locking is preferred
with:
api-key: ${{ env.FOSSA_API_KEY }}
run-tests: true
# REMOVING THIS STEP AS FOSSA API HAS BEEN FAILING FOR MONTHS NOW
# - name: "Run FOSSA Test"
# uses: fossas/[email protected] # Use a specific version if locking is preferred
# with:
# api-key: ${{ env.FOSSA_API_KEY }}
# run-tests: true

0 comments on commit 4dfedfc

Please sign in to comment.