Skip to content

Commit

Permalink
[Build] Fix performance test in GH workflow and just run verify goal
Browse files Browse the repository at this point in the history
The working directory was incorrectly removed in
#956
but instead just should have been to the changed check-out location.
  • Loading branch information
HannesWell committed Jan 12, 2024
1 parent 39389a2 commit 979e484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
-DfailIfNoTests=true
-Dtest=PerformanceTests
integration-test
working-directory: tests/org.eclipse.swt.tests
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
if: always()
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
Expand Down

0 comments on commit 979e484

Please sign in to comment.