Skip to content

Commit

Permalink
Merge pull request #52 from CiscoDevNet/ag-pypart2
Browse files Browse the repository at this point in the history
Python Part 2 GitHub Action
  • Loading branch information
agentlecisco authored Jan 15, 2021
2 parents a2fc775 + 15eb9b8 commit d07ce63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
pip install -r requirements.txt
VALUE=$(echo $((1 + RANDOM % 10)))
python example1.py $VALUE
- name: Test Programming Fundamentals Python Part 2
run: |
cd programming_fundamentals/python_part_2
pip install -r requirements.txt
python example1.py

0 comments on commit d07ce63

Please sign in to comment.