Skip to content

Commit 06741bf

Browse files
committed
add ci test
1 parent 3b70f43 commit 06741bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ "main", "keren/v2.0" ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ "main", "keren/v2.0" ]
1111

1212
permissions:
1313
contents: read
@@ -56,4 +56,4 @@ jobs:
5656
- name: Test with pytest
5757
run: |
5858
cd triton_viz
59-
python -m pytest examples
59+
python -m pytest tests

0 commit comments

Comments
 (0)