Skip to content

Commit afb2da5

Browse files
committed
test
1 parent c8b0d83 commit afb2da5

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/test_integration.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Prepare QNX license
29-
if: inputs.config == 'arm64-qnx8_0' || inputs.config == 'x86_64-qnx8_0'
3029
env:
3130
SCORE_QNX_LICENSE: ${{ secrets.SCORE_QNX_LICENSE }}
3231
SCORE_QNX_USER: ${{ secrets.SCORE_QNX_USER }}
@@ -45,11 +44,11 @@ jobs:
4544
echo "SCORE_QNX_PASSWORD secret is not set. QNX builds will fail without authentication."
4645
exit 1
4746
fi
48-
49-
integration_test:
50-
uses: ./.github/workflows/reusable_smoke-test.yml
51-
secrets: inherit
52-
with:
53-
repo_runner_labels: 'ubuntu-latest'
54-
module_name: 'reference_integration'
55-
target_branch: ${{ github.ref }}
47+
48+
# integration_test:
49+
# uses: ./.github/workflows/reusable_smoke-test.yml
50+
# secrets: inherit
51+
# with:
52+
# repo_runner_labels: 'ubuntu-latest'
53+
# module_name: 'reference_integration'
54+
# target_branch: ${{ github.ref }}

0 commit comments

Comments
 (0)