Skip to content

Commit 13d1d7a

Browse files
authored
Update ci.yml
1 parent 6bf2c99 commit 13d1d7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10-
types: [closed]
10+
# types: [closed]
1111

1212
jobs:
1313
test:
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v2
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v2
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

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

0 commit comments

Comments
 (0)