chore: revert flaky cache clear integration test

This commit is contained in:
Felix Angelov
2024-06-19 15:29:30 -05:00
parent 966e804872
commit e7bb5a7bcb
4 changed files with 22 additions and 73 deletions
+1 -3
View File
@@ -144,7 +144,5 @@ jobs:
cache: true
- name: 🧪 Run Integration Tests
# 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
run: dart test integration_test
working-directory: packages/shorebird_cli