Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Jan 25, 2024
1 parent e3dc767 commit 73e1627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,16 @@ jobs:
CONTAINER_ID: ${{ steps.testing-container-setup.outputs.CONTAINER_ID }}
ROOT_PATH: ${{ steps.testing-container-setup.outputs.ROOT_PATH }}
run: |
whoami
ls -la tests/functional/
sudo chmod a+rw -R tests/functional/lighthouse
sed -i "s/0\.9/0\.75/" tests/functional/lighthouse/lighthouserc.js
cat tests/functional/lighthouse/lighthouserc.js
- name: Run tests
env:
CONTAINER_ID: ${{ steps.testing-container-setup.outputs.CONTAINER_ID }}
ROOT_PATH: ${{ steps.testing-container-setup.outputs.ROOT_PATH }}
run: |
sudo chmod a+rw -R web/themes/custom/boilerplate_tests_radix/
docker exec -u tester -w $ROOT_PATH/ $CONTAINER_ID /opt/shellspec/shellspec

0 comments on commit 73e1627

Please sign in to comment.