From 57b0e4f5d2adb6232aa508c22bbb151caadb29af Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Wed, 4 Sep 2024 06:59:39 -0600 Subject: [PATCH] test CLI setup --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f3c783..b80651f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,15 @@ permissions: contents: read jobs: + tester: + runs-on: ubuntu-22.04 + permissions: + contents: write + steps: + - name: Testing gh + shell: bash + run: | + gh auth status get-br-dependencies: runs-on: ubuntu-22.04 steps: