fix: e2e tests (#2259)
This commit is contained in:
@@ -144,5 +144,7 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: 🧪 Run Integration Tests
|
||||
run: dart test integration_test
|
||||
# Run a single test at a time to ensure that one test does not interfere with another
|
||||
# since some commands might change the state of the cli installation.
|
||||
run: dart test integration_test -j 1
|
||||
working-directory: packages/shorebird_cli
|
||||
|
||||
Reference in New Issue
Block a user