Update maven.yml

This commit is contained in:
2024-07-22 15:19:50 +01:00
committed by GitHub
parent 628cf0c955
commit 13fc7b7ed6

View File

@@ -34,11 +34,10 @@ jobs:
touch .env touch .env
echo API_USERNAME=admin >> .env echo API_USERNAME=admin >> .env
echo API_PASSWORD=password123 >> .env echo API_PASSWORD=password123 >> .env
cat .env
- name: Run JUnit tests - name: Run JUnit tests
run: mvn clean test run: mvn clean test
- name: Archive test output - name: Archive test output
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: test-output-report name: test-output-report
path: app-info.html path: ./app-info.html