Skip to content

Commit a54592d

Browse files
committed
remove workflow file
1 parent 157cfdb commit a54592d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The existing code does not check for whether there are any negative response tim
109109

110110
## Automating tests using Github Actions
111111

112-
It's useful to have our tests run automatically whenever we push a commit to github. This kind of testing is known as "continuous integration" testing. The Github Actions system makes this very easy to configure.
112+
It's useful to have our tests run automatically whenever we push a commit to github. This kind of testing is known as "continuous integration" testing. The Github Actions system makes this very easy to configure. To do the following, you will first need to remove the .github/workflows/python-app.yml from your fork and then commit that change and push it to github.
113113

114114
1. Click on the "Actions" tab at the top of your repo page.
115115
2. Choose "Set up this workflow" for the "Python Application" suggestion.

0 commit comments

Comments
 (0)