Revert "Bazel: add codeql specific packaging library"

This commit is contained in:
Paolo Tranquilli
2024-05-29 15:27:10 +02:00
committed by GitHub
parent 3b246b2422
commit 31d6b9be4d
43 changed files with 190 additions and 1958 deletions

View File

@@ -1,23 +0,0 @@
name: "Test zipmerge code"
on:
pull_request:
paths:
- "misc/bazel/internal/zipmerge/**"
- "MODULE.bazel"
- ".bazelrc*"
branches:
- main
- "rc/*"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
bazel test //misc/bazel/internal/zipmerge:test --test_output=all