Skip to content

Commit

Permalink
refactor: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cookienc committed May 22, 2024
1 parent b36640c commit e68258d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/prod-pull-request-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -19,12 +23,6 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true

- name: Setup Docker buildx
uses: docker/[email protected]
Expand Down

0 comments on commit e68258d

Please sign in to comment.