We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696a7a9 commit 9a6ac6fCopy full SHA for 9a6ac6f
1 file changed
.github/workflows/build_and_test_ebclfsa.yml
@@ -43,7 +43,7 @@ jobs:
43
cache-save: ${{ github.event_name == 'push' }}
44
- name: Build for EB corbos Linux for Safety Applications and run tests
45
run: |
46
- bazel build --lockfile_mode=error --config=eb-aarch64 //images/ebclfsa_aarch64/scrample_integration:run
+ bazel build --lockfile_mode=error --config=eb-aarch64 //images/ebclfsa_aarch64:run
47
- name: Upload test logs
48
uses: actions/upload-artifact@v5
49
with:
0 commit comments