Skip to content

Commit 8214cc0

Browse files
committed
fix(ci): update QNX workflow target after test restructure
The test directory was restructured moving tests from test/ to test/integration/, but the workflow reference was not updated.
1 parent 2efb7fe commit 8214cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/itf-qnx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
SCORE_QNX_USER: ${{ secrets.SCORE_QNX_USER }}
5959
SCORE_QNX_PASSWORD: ${{ secrets.SCORE_QNX_PASSWORD }}
6060
run: |
61-
bazel test --config=qemu-integration //test:qnx_qemu_tests \
61+
bazel test --config=qemu-integration //test/integration:qnx_qemu_tests \
6262
--credential_helper=*.qnx.com=${{ github.workspace }}/tools/qnx_credential_helper.py
6363
- name: Cleanup QNX License
6464
if: always()

0 commit comments

Comments
 (0)