diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 16724a4..7c49a70 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -8,18 +8,26 @@ jobs: container: image: gitea.hessj.de/administrator/gradle:0.0.31 steps: - - name: Checkout Repository uses: actions/checkout@v4 - - name: List files in the repository - run: ls ${{ gitea.workspace }} + - name: Verify Gradle Installation + run: cd "${{ gitea.workspace }}/helper" && /opt/gradle-8.13/bin/gradle wrapper && /opt/gradle-8.13/bin/gradle build --stacktrace --no-daemon - - name: List files in the repository - run: ls "${{ gitea.workspace }}/environmentex" + +name: Gitea Actions Demo2 +run-name: ${{ gitea.actor }} is testing out Gitea Actions2 🚀 +on: workflow_dispatch + +jobs: + Build-Gradle: + runs-on: ubuntu-latest + container: + image: gitea.hessj.de/administrator/gradle:0.0.31 + steps: - name: Verify Gradle Installation run: cd "${{ gitea.workspace }}/environmentex" && /opt/gradle-8.13/bin/gradle wrapper && /opt/gradle-8.13/bin/gradle build --stacktrace --no-daemon - name: show if jar is built - run: ls ${{ gitea.workspace }} + run: ls ${{ gitea.workspace }} \ No newline at end of file diff --git a/environmentex-1.0-SNAPSHOT.jar b/environmentex-1.0-SNAPSHOT.jar deleted file mode 100644 index 4522a50..0000000 Binary files a/environmentex-1.0-SNAPSHOT.jar and /dev/null differ diff --git a/helper-1.0-SNAPSHOT.jar b/helper-1.0-SNAPSHOT.jar deleted file mode 100644 index cb7b1e2..0000000 Binary files a/helper-1.0-SNAPSHOT.jar and /dev/null differ