diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 65c96fd..528ba79 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,4 +30,6 @@ jobs: - name: Build with Maven run: | pwd - ls \ No newline at end of file + ls + cd Aula-GitHub-Actions + mvn clean install \ No newline at end of file