moreLocators
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s

This commit is contained in:
2024-09-18 03:32:52 -04:00
parent fcc3e156b4
commit daa6758940
+1 -17
View File
@@ -15,21 +15,5 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
mvnSelBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Install Maven
run: |
sudo apt-get update
sudo apt-get install -y maven
- run: echo "Starting maven test cases..., this may take a couple minutes."
- run: mvn test