Skip to content

Commit b6bd3fb

Browse files
Update mpqp_dev.yml
1 parent 6eebe7c commit b6bd3fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mpqp_dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build and Publish
1+
name: Test
22

33
on:
44
push:
55
branches:
6-
- dev
6+
- dev
77

88
jobs:
99
test:
@@ -15,4 +15,4 @@ jobs:
1515
run: |
1616
pip install -r requirements-dev.txt
1717
- name: Test
18-
run: python -m pytest
18+
run: python -m pytest

0 commit comments

Comments
 (0)