Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvincentcorpuz authored Oct 18, 2024
1 parent d24ff15 commit 0ea895c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
Test_Build:
name: Run Tests and Deploy
name: Run Tests and Deploy2
runs-on: ubuntu-latest
environment: ${{ github.ref=='refs/heads/main' && 'build_main' || 'build_pr' }}
timeout-minutes: 20
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
path: "**/surefire-reports/**/*.xml"
reporter: java-junit
fail-on-error: true
only-summary: 'true'
only-summary: 'true'

0 comments on commit 0ea895c

Please sign in to comment.