We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b96e0 commit 15102daCopy full SHA for 15102da
1 file changed
.github/workflows/unit-tests.yml
@@ -3,14 +3,7 @@
3
4
name: Unit Tests
5
6
-on:
7
- push:
8
- branches:
9
- - master
10
- - test
11
- pull_request:
12
13
+on: [push, pull_request]
14
15
jobs:
16
test:
@@ -26,7 +19,7 @@ jobs:
26
19
with:
27
20
python-version: ${{ matrix.python-version }}
28
21
29
- - name: Test with pytest
22
+ - name: Tests with pytest
30
23
env:
31
24
RINGCENTRAL_SERVER_URL: ${{secrets.RINGCENTRAL_SERVER_URL}}
32
25
RINGCENTRAL_CLIENT_ID: ${{secrets.RINGCENTRAL_CLIENT_ID}}
0 commit comments