Skip to content

Commit

Permalink
Fix external codelabs to be runnable in Bazel
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577956454
  • Loading branch information
l46kok authored and copybara-github committed Oct 30, 2023
1 parent fb73594 commit bae9665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .bazelignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."

0 comments on commit bae9665

Please sign in to comment.