From dddaf30003055455e4473fe1935b6001373b51bc Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Sun, 11 Aug 2024 23:00:25 +0330 Subject: [PATCH] Update performance_test.yaml --- .github/workflows/performance_test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index cc69e0dc..5b2a6036 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -1,6 +1,6 @@ name: Performance Test -on: [push, pull_request, workflow_dispatch] +on: [pull_request, workflow_dispatch] jobs: test_master: @@ -32,6 +32,11 @@ 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 - uses: actions/download-artifact@v4