diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 516090aae9..ae6f9a171f 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -95,3 +95,8 @@ jobs: with: cluster-config-data: ${{ secrets.E2E_CLUSTER_CONFIG }} cluster-kube-config-data: ${{ secrets.E2E_KUBE_CONFIG }} + - name: Native smoke tests + uses: ./.github/actions/e2e-install-native + with: + cluster-config-data: ${{ secrets.E2E_CLUSTER_CONFIG }} + cluster-kube-config-data: ${{ secrets.E2E_KUBE_CONFIG }} \ No newline at end of file