Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
Signed-off-by: dafnapension <[email protected]>
  • Loading branch information
dafnapension committed Oct 15, 2024
1 parent e7955d4 commit 553fca4
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
name: card_profiler
path: performance_profile/card_profiler.py

- name: Copy over card_profiler python script
run: |
cp performance_profile/card_profiler.py ./
- name: Checkout main branch
uses: actions/checkout@v4
with:
Expand All @@ -71,16 +75,24 @@ jobs:

- name: Show current files - ls
run: |
ls
ls -l
- name: Show current files - ls performance_profile
run: |
ls performance_profile
ls -l performance_profile
- name: Show current files - ls ls performance_profile/logs
run: |
ls performance_profile/logs
ls -l performance_profile/logs
- name: Copy back card_profiler python script
run: |
cp card_profiler.py performance_profile/
- name: Show current files - ls performance_profile
run: |
ls -l performance_profile
- name: Run performance on main branch
run: |
python -m performance_profile.card_profiler
Expand Down

0 comments on commit 553fca4

Please sign in to comment.