buidl workflow
Some checks failed
Builder / Build-Project (push) Failing after 0s

This commit is contained in:
alex 2024-09-23 20:05:12 -04:00
parent fc2784b728
commit ddd0f9e0ce

View File

@ -6,13 +6,11 @@ on:
- main - main
jobs: jobs:
Explore-Gitea-Actions: Build-Project:
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." - 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 "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - name: Build package
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ./mvnw clean package -Pproduction
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."