Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,16 @@ jobs:
- name: run mobc C2A
if: matrix.c2a_user == 'mobc'
working-directory: ./examples/mobc
env:
C2A_DEV_RUNTIME_SPEED: 10.0
run: |
pnpm run devtools:sils &
sleep 3
- name: run C2A (mobc & subobc)
if: matrix.c2a_user == 'subobc'
working-directory: ./examples/mobc
env:
C2A_DEV_RUNTIME_SPEED: 10.0
run: |
npm run devtools:sils-subobc &
sleep 3
Expand Down
Loading