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

feat: add build test workflow for pull requests #31

Merged

Conversation

ThomasGross
Copy link
Contributor

Link to issue

https://reload.atlassian.net/browse/DDFBRA-164

Description

This PR contains a workflow to test if yarn build is working before the code can be merged to main

Copy link
Contributor

@spaceo spaceo left a comment

Choose a reason for hiding this comment

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

Nice!
I have some questions that need to be clarified

Comment on lines +27 to +28
- name: Install dependencies
run: yarn install --frozen-lockfile
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it necessary to run install before type checking? If not it would be nice to reduce the time running this.

Comment on lines +27 to +28
- name: Install dependencies
run: yarn install --frozen-lockfile
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it necessary to run install before lint checking? If not it would be nice to reduce the time running this.

Copy link
Contributor

@spaceo spaceo left a comment

Choose a reason for hiding this comment

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

Approved. But please check if it is necessary to run install before tsc and lint checking

@ThomasGross ThomasGross merged commit cc7b1e5 into main Nov 5, 2024
6 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.

3 participants