diff --git a/.github/workflows/build_and_test_ebclfsa.yml b/.github/workflows/build_and_test_ebclfsa.yml index b7028cd18b..f7159ed20a 100644 --- a/.github/workflows/build_and_test_ebclfsa.yml +++ b/.github/workflows/build_and_test_ebclfsa.yml @@ -16,12 +16,13 @@ name: Build for and Test on EB corbos Linux for Safety Applications on: pull_request: paths: - - 'ebclfsa/**' + - "ebclfsa/**" + - ".github/workflows/build_and_test_ebclfsa.yml" push: branches: - main release: - types: [created] + types: [created] workflow_dispatch: jobs: @@ -29,12 +30,12 @@ jobs: name: build-and-test-ebclfsa runs-on: ubuntu-latest container: - image: ghcr.io/eclipse-score/devcontainer:0.1.0 + image: ghcr.io/eclipse-score/devcontainer:v1.1.0 steps: - name: Checkout repository uses: actions/checkout@v4 - + - name: Build for EB corbos Linux for Safety Applications and run tests run: | bazel build --config=aarch64-ebclfsa //scrample_integration:run diff --git a/ebclfsa/.bazelversion b/ebclfsa/.bazelversion new file mode 100644 index 0000000000..6da4de57dc --- /dev/null +++ b/ebclfsa/.bazelversion @@ -0,0 +1 @@ +8.4.1