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

all e2e tests to run with new attachments logic #3566

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Start API Server for e2e tests
run: |
cd ../api
make init db-seed-local populate-search-opportunities start &
ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=false make init db-seed-local populate-search-opportunities start &
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=false make init db-seed-local populate-search-opportunities start &
echo "ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=false" >> override.env
make init db-seed-local populate-search-opportunities start &

cd ../frontend
# Ensure the API wait script is executable
chmod +x ../api/bin/wait-for-api.sh
Expand Down
Loading