Skip to content

Commit

Permalink
.scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Nov 28, 2023
1 parent 8a0690d commit 7fd73fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3

- name: Machine state before
working-directory: resources/scripts
working-directory: resources/.scripts
run: bash machine-state.sh

- name: Pre-build dependencies
Expand All @@ -114,5 +114,5 @@ jobs:
--performance_threshold_sec ${{matrix.performance_threshold_sec}}
- name: Machine state after
working-directory: resources/scripts
working-directory: resources/.scripts
run: bash machine-state.sh

0 comments on commit 7fd73fe

Please sign in to comment.