Update main.yml

This commit is contained in:
TomP101 2025-03-04 14:42:47 +01:00 committed by GitHub
parent 9331548281
commit 1f436abce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: mvn test
run: mvn test -Dmaven.test.failure.ignore=true
build:
if: github.event_name == 'pull_request'