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 aba315f commit d16f21e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ jobs:
- name: Test with tox
# Only the tox environment specified in the tox.ini gh-actions is run
run: tox -e test -- tests/e2e
run: |
bash ~/start.sh
tox -e test -- tests/e2e
bash ~/stop.sh
doc-build:
name: "Doc build"
Expand Down

0 comments on commit d16f21e

Please sign in to comment.