-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/create test job #8
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ersity/code-idp into feature/create-test-job
alkaline-0
approved these changes
Mar 18, 2024
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Don't forget to squash and merge.
Before you merge you need to document this in the README I assume.
AGiljanovic
pushed a commit
that referenced
this pull request
Apr 30, 2024
* add initial example workflow * update testing steps to yarn test * add checkout repo * add setup node js * add yarn install * rename test * change test text to correct value * add end to end tests * add playwright url for test env * add install playwright browser * fix: typo in localhost * test: add some logging * test: ci env variable * fix: make CI env variable empty * fix: unset CI env var, set by default in GithHub Actions * try without playwright browser * add pre commit tests * this is a test commit * change test comand * change when test runs * add initial example workflow * update testing steps to yarn test * add checkout repo * add setup node js * add yarn install * rename test * change test text to correct value * add end to end tests * add playwright url for test env * add install playwright browser * fix: typo in localhost * test: add some logging * test: ci env variable * fix: make CI env variable empty * fix: unset CI env var, set by default in GithHub Actions * try without playwright browser * add pre commit tests * this is a test commit * change test comand * change when test runs * change backstage url port in e2e test * Update test command in run-tests.yml * add testing section to readme
zoe-marie
added a commit
that referenced
this pull request
May 8, 2024
* Feature/create test job (#8) * add initial example workflow * update testing steps to yarn test * add checkout repo * add setup node js * add yarn install * rename test * change test text to correct value * add end to end tests * add playwright url for test env * add install playwright browser * fix: typo in localhost * test: add some logging * test: ci env variable * fix: make CI env variable empty * fix: unset CI env var, set by default in GithHub Actions * try without playwright browser * add pre commit tests * this is a test commit * change test comand * change when test runs * add initial example workflow * update testing steps to yarn test * add checkout repo * add setup node js * add yarn install * rename test * change test text to correct value * add end to end tests * add playwright url for test env * add install playwright browser * fix: typo in localhost * test: add some logging * test: ci env variable * fix: make CI env variable empty * fix: unset CI env var, set by default in GithHub Actions * try without playwright browser * add pre commit tests * this is a test commit * change test comand * change when test runs * change backstage url port in e2e test * Update test command in run-tests.yml * add testing section to readme * add initial gcloud comands * add run on none * change run on workflow * add runs on * push to re rn jobs * button now? * do we now get the button * simple workflow with workflow_dispatch * 10 feature add no e2e test script (#11) * add no e2e script * update no e2e test comand * FIX: wrong branch name (#14) * ADD: initial mongo db creation action from example * DEL: example code * FIX: wrong branch name * UPD: update initial-deployment.yml template to contain update option in addition to create. UPD: update the initial-deployment.yml template to contain an update option in addition to creating. * Feature/ci workflow --------- Co-authored-by: Brenden Gammill <68436546+BMG93@users.noreply.github.com> Co-authored-by: Menna Tullah Magdy Taha <menna.tullah.magdy731@gmail.com> Co-authored-by: Chloe <79200944+AGiljanovic@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i added github actions to run tests on pull requests to main automatically