diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f36101..2acd010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,8 +63,8 @@ jobs: bazel build --subcommands --verbose_failures --sandbox_debug ${{ matrix.TARGET }} working-directory: megaboom - test-local-runner-target: - name: Execute sample local_runner scripts + test-make-script-target: + name: Execute sample _make scripts runs-on: ubuntu-22.04 container: image: ghcr.io/antmicro/megaboom:latest @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - TARGET: ["L1MetadataArray_test_floorplan_local_runner", "L1MetadataArray_test_cts_local_runner"] + TARGET: ["L1MetadataArray_test_floorplan_make", "L1MetadataArray_test_cts_make"] MAKE_TARGET: ["do-floorplan", "do-cts"] env: DEBIAN_FRONTEND: "noninteractive" @@ -119,7 +119,7 @@ jobs: chmod -R +w . cd .. working-directory: megaboom - - name: run local_runner + - name: run make script run: | ./bazel-bin/${{ matrix.TARGET }} ${{ matrix.MAKE_TARGET }} working-directory: megaboom