Skip to content

Commit

Permalink
[Build] Fix performance test in GH workflow
Browse files Browse the repository at this point in the history
The working directory was incorrectly removed in
eclipse-platform#956
but instead just should have been to the changed check-out location.
  • Loading branch information
HannesWell committed Jan 12, 2024
1 parent ae0e7ff commit e63d080
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 e63d080

Please sign in to comment.