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

OC-724 Investigate & fix github actions/api tests failing #517

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

florin-holhos
Copy link
Contributor

The purpose of this PR was to fix api tests not running on Github Actions.

It seems in the /api/Dockerfile we just copied package.json and run "npm i" when creating a new docker image. That means we ended up installing different dependencies versions locally vs Github actions and typescript was throwing a Type Error in /lib/sqs.ts


Acceptance Criteria:

  • API tests running without issues on Github Actions

Checklist:

  • Local manual testing conducted

Tests:


Screenshots:

@florin-holhos florin-holhos requested a review from a team as a code owner October 19, 2023 10:55
@florin-holhos florin-holhos merged commit e4397aa into main Oct 26, 2023
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