Skip to content

chore(Github Action|CI): add Github Action for testing #66

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

Merged
merged 5 commits into from
Mar 29, 2023

Conversation

MichelDiz
Copy link
Contributor

@MichelDiz MichelDiz commented Mar 27, 2023

Reusing existing test scripts to bring CI into the repository.


This change is Reviewable

@MichelDiz MichelDiz requested a review from skrdgraph March 27, 2023 21:00
branches: [ "master" ]
pull_request:
branches: [ "master" ]

Copy link
Contributor

Choose a reason for hiding this comment

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

we might want to add a cron job @skrdgraph thoughts?


strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
Copy link
Contributor

Choose a reason for hiding this comment

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

these are a lot of node versions, is there a particular reason you chose these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same answer as in the dgraph-js repo.

@joshua-goldstein
Copy link
Contributor

Looking good at first glance, just some cosmetic things. Try to make the CI here look like other CI files as much as possible, e.g. https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-dgraph-tests.yml

@MichelDiz MichelDiz merged commit 0fb8ae0 into master Mar 29, 2023
@MichelDiz MichelDiz deleted the micheldiz/bringTestToGA branch March 29, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants