Przeglądaj źródła

Readd deleted_packages while resolving cache issues (#594)

Jon Meow 4 lat temu
rodzic
commit
b897e9e38b
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .github/workflows/tests.yaml

+ 2 - 0
.github/workflows/tests.yaml

@@ -144,12 +144,14 @@ jobs:
       - name: Build (${{ matrix.build_mode }})
         run: |
           bazelisk build -c ${{ matrix.build_mode }} --verbose_failures \
+            --deleted_packages=migrate_cpp,migrate_cpp/cpp_refactoring \
             //...:all
 
       # Run all test targets.
       - name: Test (${{ matrix.build_mode }})
         run: |
           bazelisk test -c ${{ matrix.build_mode }} --test_output errors \
+            --deleted_packages=migrate_cpp,migrate_cpp/cpp_refactoring \
             --verbose_failures //...:all
 
       # We manually shut down the Bazel server to make sure the cached files