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

fix broken link in the readme for sample workflow #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Follow this steps for setting up the local instance


## Creating a GitHub workflow
1. Create a new GitHub workflow file under `.github/workflows/` directory. An example workflow can be found [here](https://github.com/openmrs/openmrs-contrib-qaframework/blob/master/.github/workflows/refapp-3x-login.yml).
1. Create a new GitHub workflow file under `.github/workflows/` directory. An example workflow can be found [here](https://github.com/ayush-AI/openmrs-test-3refapp/blob/main/.github/workflows/refapp-3x-login.yml).
2. Add the workflow badge to the readme file under [3.x RefApp](https://github.com/openmrs/openmrs-test-3refapp/blob/main/README.md#qa-dashboard-for-refapp-3x-project-status) section. It should take the following format:
```markdown
[![<workflow name>](<link-to-the-workflow>/badge.svg)](<link-to-the-workflow>)
Expand Down