Skip to content

Commit

Permalink
Change to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bifrurcated committed Jan 14, 2024
1 parent 77dad76 commit 982fd25
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: Java CI with Maven

on:
push:
branches: ["another-feature"]
branches: ["main"]
pull_request:
branches: ["another-feature"]
branches: ["main"]

permissions:
contents: read
checks: write
id-token: write

jobs:
test:
Expand All @@ -27,11 +25,11 @@ jobs:
- name: Run tests
run: mvn test

- name: Generate report
uses: mikepenz/action-junit-report@v4
- name: JUnit Report Action
uses: mikepenz/action-junit-report@v4.0.4
if: success() || failure()
with:
report-path: target/surefire-reports
generate-html-report: true
report_paths: '**/build/test-results/test/TEST-*.xml'

build-and-push-docker-image:
needs: test
Expand Down

0 comments on commit 982fd25

Please sign in to comment.