Skip to content

Commit

Permalink
Update performance_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Aug 11, 2024
1 parent 0ae6978 commit dddaf30
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/performance_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Performance Test

on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]

jobs:
test_master:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dddaf30

Please sign in to comment.