Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amudhakumari authored Jan 20, 2025
1 parent 6bf2c99 commit 13d1d7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches:
- main
types: [closed]
# types: [closed]

jobs:
test:
Expand All @@ -20,10 +20,10 @@ jobs:

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

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -38,4 +38,4 @@ jobs:
- name: Run Functional Tests
run: |
python -m unittest discover -s functional_tests -p "func_*.py"
python -m unittest discover -s functional_tests -p "func_*.py"

0 comments on commit 13d1d7a

Please sign in to comment.