Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable redundant ppt tests #4312

Merged
merged 7 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ cd test

docker-compose run --rm test-unit &&
docker-compose run --rm test-rest &&
docker-compose run --rm test-acceptance.webdriverio &&
docker-compose run --rm test-acceptance.puppeteer
docker-compose run --rm test-acceptance.webdriverio
5 changes: 0 additions & 5 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

# Run acceptance tests using docker-compose
- name: Run Puppeteer Acceptance Tests
run: docker-compose run --rm test-acceptance.puppeteer
working-directory: test

# Run rest tests using docker-compose
- name: Run REST Tests
run: docker-compose run --rm test-rest
Expand Down
1 change: 1 addition & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
env_file: .env
environment:
- CODECEPT_ARGS=-c codecept.Puppeteer.js --grep @Puppeteer
- PPT_VERSION=$PPT_VERSION
depends_on:
- php
- puppeteer-image
Expand Down
Loading