Skip to content

Commit

Permalink
relatorio de testes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislima committed Sep 18, 2024
1 parent cc09751 commit 3dba1dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,20 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
- name: Tests with Maven
run: |
pwd
ls
cd Aula-GitHub-Actions
mvn clean test site
- name: Upload artefatos
uses: actions/upload-artifact@v3
with:
name: relatorio-testes
path: Aula-GitHub-Action/target/site/


build:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 3dba1dc

Please sign in to comment.