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

c: add unittest CI #18

Merged
merged 29 commits into from
Apr 11, 2022
Merged

c: add unittest CI #18

merged 29 commits into from
Apr 11, 2022

Conversation

zemyblue
Copy link
Member

@zemyblue zemyblue commented Apr 1, 2022

relate: #6

This ci of github action execute all unittest.

@zemyblue zemyblue marked this pull request as draft April 1, 2022 09:48
@shiki-tak
Copy link

shiki-tak commented Apr 6, 2022

In the already existing eslint configuration file, rules is set with warn. if it is not an error, it cannot be detected by ci, is it doesn’t problem?

@zemyblue zemyblue changed the title add CI c: add unittest CI Apr 6, 2022
@zemyblue zemyblue marked this pull request as ready for review April 6, 2022 09:24
@zemyblue zemyblue self-assigned this Apr 6, 2022
@zemyblue zemyblue added this to the v0.4.0 milestone Apr 6, 2022
@zemyblue
Copy link
Member Author

zemyblue commented Apr 6, 2022

In the already existing eslint configuration file, rules is set with warn. if it is not an error, it cannot be detected by ci, is it doesn’t problem?

I don't know. Maybe it is setted as you said. But I don't know how can CI ignore this errors.

.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
uses: actions/setup-node@v3
with:
node-version: '16'
- run: if [ ! -x "$(command -v yarn)" ]; then npm install -g yarn; fi

Choose a reason for hiding this comment

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

I am not familiar with self-hosted runner.
Isn't there a problem if I install yarn directly on a self-hosted machine?

Copy link
Member Author

Choose a reason for hiding this comment

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

In general, I know that when we execute setup-node action, yarn is also installed. But, it was not actually installed, so I installed it directly.

@zemyblue zemyblue merged commit f5657a8 into main Apr 11, 2022
@zemyblue zemyblue deleted the zemyblue-patch-1 branch April 13, 2022 13:55
@zemyblue zemyblue mentioned this pull request Apr 20, 2022
@zemyblue zemyblue mentioned this pull request Oct 7, 2022
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