Skip to content

Commit

Permalink
Remove extra step
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 17, 2024
1 parent 0c98d93 commit 786805a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ jobs:
run: |
mvn exec:java -Dexec.mainClass="org.opentripplanner.transit.speed_test.SpeedTest" -Dexec.classpathScope=test -Dexec.args="--dir=../test/performance/${{ matrix.location }} -p md -n ${{ matrix.iterations }} -i 3 -0" -P prettierSkip
- run: find . -name *.jfr

- name: Archive travel results file
if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 786805a

Please sign in to comment.