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 test and lint workflow #165

Merged
merged 4 commits into from
Jan 5, 2023
Merged

Conversation

BSFishy
Copy link
Contributor

@BSFishy BSFishy commented Dec 23, 2022

Description

Adds a workflow to lint and test on pushes to branches and on PR's.

Issues Resolved

#157

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • All tests pass
    • yarn lint
    • yarn test-unit
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Matt Provost <[email protected]>
Signed-off-by: Matt Provost <[email protected]>
@BSFishy BSFishy requested a review from a team as a code owner December 23, 2022 19:08
@BSFishy BSFishy self-assigned this Dec 23, 2022
@BSFishy BSFishy linked an issue Dec 23, 2022 that may be closed by this pull request
joshuarrrr
joshuarrrr previously approved these changes Dec 28, 2022
.github/workflows/build_and_test.yml Show resolved Hide resolved
Signed-off-by: Matt Provost <[email protected]>
AMoo-Miki
AMoo-Miki previously approved these changes Jan 4, 2023
Signed-off-by: Matt Provost <[email protected]>
@BSFishy BSFishy merged commit 81b57bf into opensearch-project:main Jan 5, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2023
* Add build and test workflow

Signed-off-by: Matt Provost <[email protected]>

* Fix

Signed-off-by: Matt Provost <[email protected]>

* Add Windows build

Signed-off-by: Matt Provost <[email protected]>

* Add yarn cache

Signed-off-by: Matt Provost <[email protected]>

Signed-off-by: Matt Provost <[email protected]>
(cherry picked from commit 81b57bf)
BSFishy added a commit that referenced this pull request Jan 6, 2023
* Add build and test workflow

Signed-off-by: Matt Provost <[email protected]>

* Fix

Signed-off-by: Matt Provost <[email protected]>

* Add Windows build

Signed-off-by: Matt Provost <[email protected]>

* Add yarn cache

Signed-off-by: Matt Provost <[email protected]>

Signed-off-by: Matt Provost <[email protected]>
(cherry picked from commit 81b57bf)
BSFishy added a commit that referenced this pull request Jan 6, 2023
* Add build and test workflow

Signed-off-by: Matt Provost <[email protected]>

* Fix

Signed-off-by: Matt Provost <[email protected]>

* Add Windows build

Signed-off-by: Matt Provost <[email protected]>

* Add yarn cache

Signed-off-by: Matt Provost <[email protected]>

Signed-off-by: Matt Provost <[email protected]>
(cherry picked from commit 81b57bf)

Co-authored-by: Matt Provost <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Github workflows to build and test
4 participants