Skip to content

Commit

Permalink
Permission changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Oct 4, 2024
1 parent b6acf8b commit 12a8bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:

# Tests will assume playwright code is executable
# we should rely on deployment methods already to have provisioned:
- name: Setup cmfive Test Environment
run: |
docker exec -t cmfive sh -c "chmod -R ugo=rwX /var/www/html*"
# - name: Setup cmfive Test Environment
# run: |
# docker exec -t cmfive sh -c "chmod -R ugo=rwX /var/www/html*"

- name: Inject configs into cmfive Test Environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/docker_run_tests.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [ -z "$IS_PLAYWRIGHT_CONTAINER" ]; then

# Tests SHOULD assume playwright code is executable
# but if this script is not -x- the container won't launch!
sudo chmod 755 $TESTDIR/docker_run_tests.sh
# sudo chmod 755 $TESTDIR/docker_run_tests.sh

docker run -t --rm \
-e IS_PLAYWRIGHT_CONTAINER=1 \
Expand Down

0 comments on commit 12a8bcd

Please sign in to comment.