Skip to content

Conversation

@smkhb
Copy link
Owner

@smkhb smkhb commented Nov 22, 2024

This pull request introduces a new GitHub Actions workflow to automate the execution of end-to-end (E2E) tests for pull requests. The most important changes include setting up the workflow configuration, defining the job to run E2E tests, and specifying the necessary services and steps.

New GitHub Actions workflow:

  • .github/workflows/run-e2e-tests.yml: Added a new workflow named "Run E2E Tests" that triggers on pull requests. The workflow includes a job that runs on ubuntu-latest, sets up a PostgreSQL service, and executes E2E tests using Node.js.

@smkhb smkhb merged commit e2d78c6 into main Nov 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants