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(CI): remove test-development-setup from CI workflow #2655

Merged
merged 2 commits into from
Apr 26, 2022
Merged
Changes from 1 commit
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
19 changes: 0 additions & 19 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,25 +432,6 @@ jobs:
# print docker container logs (good for debugging; can be disabled again lateron)
- run: docker-compose logs --tail="all"


test-development-setup:
name: "Tests: End-to-end for development setup"
runs-on: ubuntu-latest
env:
CI: 'false'
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- run: cp .env.ci .env

- run: docker-compose up -d

- run: bash wait-for-container-startup.sh

- run: docker run -v $PWD:/e2e -w /e2e --network host -e CYPRESS_BASE_URL=http://localhost:3000 cypress/included:9.5.4
working-directory: frontend

coveralls-finished:
name: "Finish coveralls report"
needs:
Expand Down