adding checkout step
Some checks failed
Builder / Build-Project (push) Failing after 8s

This commit is contained in:
alex 2024-09-23 20:13:26 -04:00
parent ddd0f9e0ce
commit 8cb8915434

View File

@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: checkout main
uses: actions/checkout@v4
with:
ref: main
- name: Build package - name: Build package
run: | run: |
./mvnw clean package -Pproduction ./mvnw clean package -Pproduction