Files
rules_bun/tests/integration_test/repo_all_targets_test.sh
2026-03-15 12:06:28 +01:00

9 lines
339 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
workflow_file="$1"
grep -Fq './tests/ci_test/phase8_ci_targets.sh "${{ matrix.phase8_target }}"' "${workflow_file}"
grep -Fq 'targets="$(./tests/ci_test/phase8_ci_targets.sh "${{ matrix.phase8_target }}")"' "${workflow_file}"
grep -Fq 'bazel test --test_output=errors ${targets}' "${workflow_file}"