Skip to content

Commit

Permalink
Feature Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-yaash committed Oct 12, 2024
1 parent 88165c6 commit 2fe1bba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install pytest
run: |
python -m pip install pytest
- name: Run pytest
run: |
pytest --maxfail=1 --disable-warnings

0 comments on commit 2fe1bba

Please sign in to comment.