From 9d33041e4b2431f2c73ec3608e845b24a14e2eb3 Mon Sep 17 00:00:00 2001 From: Nick Schuch Date: Tue, 27 Feb 2024 11:37:19 +1000 Subject: [PATCH] Fix perms --- .github/workflows/performance-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index c26e141..9ba9190 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -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