Skip to content

Commit a701ec3

Browse files
F00: Enable CI
1 parent 8fddd93 commit a701ec3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ jobs:
7777
python -m pip install --upgrade .[tests]
7878
python -m pip install --upgrade tox-gh-actions
7979
80-
- name: Test with tox |
80+
- name: Test with tox
8181
# Only the tox environment specified in the tox.ini gh-actions is run
82-
run: |
83-
~/start.bat
84-
tox -e test
85-
~/stop.bat
82+
run: tox -e test -- --ignore=tests/e2e
8683

8784
tests-e2e:
8885
name: End to end tests and coverage
@@ -102,7 +99,9 @@ jobs:
10299
- name: Test with tox
103100
# Only the tox environment specified in the tox.ini gh-actions is run
104101
run: |
105-
tox -e test -- tests/e2e
102+
~/start.bat
103+
tox -e test
104+
~/stop.bat
106105
107106
doc-build:
108107
name: "Doc build"

0 commit comments

Comments
 (0)