Skip to content

Commit

Permalink
Remove commented-out code to make simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Feb 17, 2025
1 parent 2ba8de2 commit d9ffbb8
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,30 +134,6 @@ jobs:
fi
- name: Run PHP 8.0 Unit Tests

# Uncomment if you want to run acceptance tests
# run_acceptance_tests:
# runs-on: ubuntu-latest
# needs: prepare_test_and_build_environment
# steps:
# - name: Restore Workspace
# uses: actions/download-artifact@v4
# with:
# name: workspace
# path: $HOME/
#
# - name: Set Up Virtual Host
# run: echo 127.0.0.1 wordpress | sudo tee -a /etc/hosts
#
# - name: Run Acceptance Tests
# run: |
# PLUGIN_DIR=$PLUGIN_DIR docker-compose -f tests/acceptance/docker/docker-compose.yml run codeception --debug -vvv --html --xml
#
# - name: Store Test Results
# uses: actions/upload-artifact@v4
# with:
# name: acceptance-test-results
# path: tests/acceptance/_output
run: |
export ENV_FILE="$HOME/tooling/docker-unit-tests/.env"
bash $HOME/tooling/docker-unit-tests/docker-unit-tests.sh test_80
Expand Down

0 comments on commit d9ffbb8

Please sign in to comment.