dev to basic spring #9

Merged
hirst merged 20 commits from dev into basic-spring 2024-05-31 08:26:27 +02:00
Showing only changes of commit 55dfc95a78 - Show all commits

View file

@ -13,6 +13,11 @@ jobs:
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
with:
repository: 'learningpulse/server'
ref: 'dev'
token: '${{ secrets.token }}'
- name: Set up JDK 21 - name: Set up JDK 21
uses: https://github.com/actions/setup-java@v3 uses: https://github.com/actions/setup-java@v3
with: with:
@ -20,7 +25,7 @@ jobs:
distribution: "temurin" distribution: "temurin"
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven
run: mvn -Dtoken=${{ secrets.usertoken }} clean compile jib:build -e run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e