Skip to content

Commit

Permalink
Merge pull request #765 from RakhithaRR/update-action
Browse files Browse the repository at this point in the history
Fix git action for UI PRs
  • Loading branch information
RakhithaRR authored Sep 27, 2024
2 parents b1e6a8c + 201c80d commit fd5dc85
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: API Manager Build with Test
name: apim-apps build with tests

on:
push:
branches:
- master
pull_request:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand All @@ -23,14 +20,14 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: '10'
- name: Set up JDK 1.8
uses: actions/setup-java@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'adopt'
- uses: actions/setup-node@v1
java-version: 11
distribution: 'temurin'
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '22'
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit fd5dc85

Please sign in to comment.