Skip to content

Commit 15102da

Browse files
committed
test
1 parent 81b96e0 commit 15102da

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33

44
name: Unit Tests
55

6-
on:
7-
push:
8-
branches:
9-
- master
10-
- test
11-
pull_request:
12-
branches:
13-
- master
6+
on: [push, pull_request]
147

158
jobs:
169
test:
@@ -26,7 +19,7 @@ jobs:
2619
with:
2720
python-version: ${{ matrix.python-version }}
2821

29-
- name: Test with pytest
22+
- name: Tests with pytest
3023
env:
3124
RINGCENTRAL_SERVER_URL: ${{secrets.RINGCENTRAL_SERVER_URL}}
3225
RINGCENTRAL_CLIENT_ID: ${{secrets.RINGCENTRAL_CLIENT_ID}}

0 commit comments

Comments
 (0)