Skip to content

Commit

Permalink
Fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Feb 27, 2024
1 parent df318b4 commit 9d33041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo chown -R 1000:1000 $(pwd)
# Create performance testing results directory.
mkdir performance-testing/results
sudo mkdir -p performance-testing/results
sudo chmod 777 performance-testing/results
- name: 📋 Setup
Expand Down

0 comments on commit 9d33041

Please sign in to comment.