mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
Update maven.yml
This commit is contained in:
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@@ -34,11 +34,10 @@ jobs:
|
||||
touch .env
|
||||
echo API_USERNAME=admin >> .env
|
||||
echo API_PASSWORD=password123 >> .env
|
||||
cat .env
|
||||
- name: Run JUnit tests
|
||||
run: mvn clean test
|
||||
- name: Archive test output
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-output-report
|
||||
path: app-info.html
|
||||
path: ./app-info.html
|
||||
|
||||
Reference in New Issue
Block a user