From d6c21cb0eb07bf796141ee21dcef5f64c6bcdf40 Mon Sep 17 00:00:00 2001 From: Edward Foyle Date: Mon, 8 Apr 2024 15:53:51 -0700 Subject: [PATCH] chore: add debug config --- .github/workflows/smoke-tests-manual.yml | 11 ++++++++--- .github/workflows/smoke-tests.yml | 5 ++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/smoke-tests-manual.yml b/.github/workflows/smoke-tests-manual.yml index 534a7d8b3f6..2a44015c93c 100644 --- a/.github/workflows/smoke-tests-manual.yml +++ b/.github/workflows/smoke-tests-manual.yml @@ -6,6 +6,9 @@ permissions: contents: read on: + push: + branches: + - smoketest-investigation workflow_dispatch: inputs: os: @@ -19,9 +22,11 @@ on: jobs: call-smoke-tests: - if: github.event_name == 'workflow_dispatch' + # if: github.event_name == 'workflow_dispatch' uses: ./.github/workflows/smoke-tests.yml secrets: inherit with: - os: ${{ github.event.inputs.os }} - versions: ${{ github.event.inputs.versions }} + # os: ${{ github.event.inputs.os }} + # versions: ${{ github.event.inputs.versions }} + os: macos-latest-xl + versions: 12.11.0-rc.88f6e23a20eaba9.0 diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 3bb4ac884bf..2700d618e45 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -45,7 +45,10 @@ jobs: uses: ./.github/actions/install-cli with: cli-version: ${{ matrix.cli-version }} - + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + limit-access-to-actor: true - name: Run Smoke Tests uses: ./.github/actions/run-smoke-tests with: