Skip to content

Commit

Permalink
updated python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trishanu-init committed Jan 30, 2024
1 parent 98989ff commit 775b320
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Process User List
name: Check List Input

on:
push:
Expand All @@ -22,7 +22,11 @@ jobs:
run: |
python -m pip install --upgrade pip
- name: Run script with environment variable input
run: python test_list.py
- name: Install pytest
run: |
pip install pytest
- name: Run pytest with default input list
run: pytest -s --verbose
env:
INPUT_STRING: "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"

0 comments on commit 775b320

Please sign in to comment.