diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index 5b2a6036..1c96a659 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -32,16 +32,12 @@ jobs: - uses: actions/download-artifact@v4 with: name: master_performance_timelines - - run: ls . - - run: ls packages/ - - run: ls packages/fleather/ - - run: ls packages/fleather/example/ - - run: ls packages/fleather/example/build/ - - run: mv packages/fleather/example/build/performance_timelines packages/fleather/example/build/reference_performance_timelines + path: packages/fleather/example/build/reference_performance_timelines - uses: actions/download-artifact@v4 with: name: current_ref_performance_timelines + path: packages/fleather/example/build/performance_timelines - name: Analyze results working-directory: ./packages/fleather/example