Skip to content

Commit

Permalink
F00: Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchienjacklin committed Feb 10, 2025
1 parent 8fddd93 commit a701ec3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,9 @@ jobs:
python -m pip install --upgrade .[tests]
python -m pip install --upgrade tox-gh-actions
- name: Test with tox |
- name: Test with tox
# Only the tox environment specified in the tox.ini gh-actions is run
run: |
~/start.bat
tox -e test
~/stop.bat
run: tox -e test -- --ignore=tests/e2e

tests-e2e:
name: End to end tests and coverage
Expand All @@ -102,7 +99,9 @@ jobs:
- name: Test with tox
# Only the tox environment specified in the tox.ini gh-actions is run
run: |
tox -e test -- tests/e2e
~/start.bat
tox -e test
~/stop.bat
doc-build:
name: "Doc build"
Expand Down

0 comments on commit a701ec3

Please sign in to comment.