We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf2c99 commit 13d1d7aCopy full SHA for 13d1d7a
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
branches:
9
- main
10
- types: [closed]
+ # types: [closed]
11
12
jobs:
13
test:
@@ -20,10 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v2
24
25
- name: Set up Python
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v2
27
with:
28
python-version: ${{ matrix.python-version }}
29
@@ -38,4 +38,4 @@ jobs:
38
39
- name: Run Functional Tests
40
run: |
41
- python -m unittest discover -s functional_tests -p "func_*.py"
+ python -m unittest discover -s functional_tests -p "func_*.py"
0 commit comments