Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent a6f465a commit 2209a33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/presidecms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ jobs:
mysql -e 'CREATE DATABASE preside_test' -uroot -proot
mysql -e 'CREATE USER "preside"@"localhost" IDENTIFIED WITH mysql_native_password BY "preside";' -uroot -proot
mysql -e 'GRANT ALL PRIVILEGES ON preside_test.* TO "preside"@"localhost"' -uroot -proot
- name: chown testbox/system/stubs/ to runner
run: |
# /home/runner/work/Preside-CMS/Preside-CMS/tests/testbox/system/stubs/ is owned by root
sudo chown -R runner:docker tests/testbox/system/stubs/
- name: Run Preside CMS Test Suite
uses: lucee/script-runner@main
with:
Expand Down

0 comments on commit 2209a33

Please sign in to comment.