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

Create GitHub Action CI workflow #54

Closed
olivierobert opened this issue May 19, 2023 · 0 comments · Fixed by #88
Closed

Create GitHub Action CI workflow #54

olivierobert opened this issue May 19, 2023 · 0 comments · Fixed by #88
Assignees
Milestone

Comments

@olivierobert
Copy link
Member

olivierobert commented May 19, 2023

Why

The test suite must be run on every pull request to get a fast feedback loop.

Acceptance Criteria

  • Add new workflow to run tests.
  • Execute tests in the GH Action runner. Do NOT use Docker.
  • Execute tests on the event pull_request.
@olivierobert olivierobert added this to the 0.3.0 milestone May 19, 2023
tednguyendev added a commit that referenced this issue May 24, 2023
tednguyendev added a commit that referenced this issue May 24, 2023
tednguyendev added a commit that referenced this issue May 24, 2023
tednguyendev added a commit that referenced this issue May 24, 2023
tednguyendev added a commit that referenced this issue May 24, 2023
tednguyendev added a commit that referenced this issue May 24, 2023
olivierobert pushed a commit that referenced this issue May 26, 2023
[#38] [Backend] As a user I can login with an OAuth provider (#79)

[#56] Create GitHub action CI workflow (#80)

[#54] Create GitHub Action CI workflow (#88)

setup unit testing with simple Test and setup GH action

fix testing setup and fix CI

fix CI

fix CI 2

fix CI 3

setup Remix auth for login by gmail, create url login and 403

Fix new request

add link break to the third-party
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment