Skip to content

Commit

Permalink
chore: add debug config
Browse files Browse the repository at this point in the history
edwardfoyle committed Apr 8, 2024
1 parent 88f6e23 commit d6c21cb
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/smoke-tests-manual.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit d6c21cb

Please sign in to comment.