Skip to content

Commit

Permalink
Merge pull request #120 from Umutayb/Umutayb-patch-16
Browse files Browse the repository at this point in the history
Update maven.yml
  • Loading branch information
Umutayb authored Oct 3, 2024
2 parents 5699f11 + 23b9f17 commit 99873f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Start Unit Test Website
run: |
docker-compose up --build -d
docker compose up --build -d
- name: Build with Maven
run: mvn clean test
- name: Upload screenshots
uses: actions/upload-artifact@v4
if: failure()
with:
name: snapshots
path: screenshots
path: screenshots

0 comments on commit 99873f1

Please sign in to comment.