diff --git a/.bazelignore b/.bazelignore deleted file mode 100644 index d7ed7627..00000000 --- a/.bazelignore +++ /dev/null @@ -1 +0,0 @@ -codelab diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 283dad0e..16ebd2a5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -32,5 +32,5 @@ jobs: - name: Bazel Output Version run: bazelisk --version - name: Bazel Test - run: bazelisk test ... --test_output=errors + run: bazelisk test ... --deleted_packages=codelab/src/test/codelab --test_output=errors # Exclude codelab exercises as they are intentionally made to fail - run: echo "🍏 This job's status is ${{ job.status }}."