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

Add initial GitHub Action for CI #1

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Add initial GitHub Action for CI #1

merged 1 commit into from
Feb 23, 2024

Conversation

elliotgoodrich
Copy link
Owner

@elliotgoodrich elliotgoodrich commented Feb 11, 2024

Add an action that will configure, build, and run all tests on Ubuntu
for each @ninjutsu-build package.

The unit tests cannot really hardcode the expected output as it will be
dependent on the operating system and environment. We will need to
start work on integration tests.

Get rid of the which dependency in @ninjutsu-build/tsc and use npx tsc instead.

@elliotgoodrich elliotgoodrich force-pushed the add-gh-actions branch 22 times, most recently from 726d60c to 38b3775 Compare February 12, 2024 08:08
Add an action that will configure, build, and run all tests on Ubuntu
for each `@ninjutsu-build` package.

The unit tests cannot really hardcode the expected output as it will be
dependent on the operating system and environment.  We will need to
start work on integration tests.

Get rid of the `which` dependency in `@ninjutsu-build/tsc` and use `npx
tsc` instead.
@elliotgoodrich elliotgoodrich merged commit 17c8354 into main Feb 23, 2024
1 check passed
@elliotgoodrich elliotgoodrich deleted the add-gh-actions branch February 23, 2024 16:53
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.

1 participant