Skip to content

Commit

Permalink
temporarily do not fast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Oct 9, 2024
1 parent 9d0838c commit 0f27fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: mvn -B package --file pom.xml -Dmaven.test.skip
- name: Run integration tests with Maven
if: ${{ github.repository_owner == 'onfido' }}
run: mvn test
run: mvn test -fn
env:
ONFIDO_API_TOKEN: ${{ secrets.ONFIDO_API_TOKEN }}
ONFIDO_SAMPLE_APPLICANT_ID: ${{ secrets.ONFIDO_SAMPLE_APPLICANT_ID }}
Expand Down

0 comments on commit 0f27fd1

Please sign in to comment.