Skip to content

Commit

Permalink
tester
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Sep 4, 2024
1 parent 446aafa commit 105865d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/tester/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Tester

runs:
using: composite
steps:
- name: Test CLI
shell: bash
run: |
gh auth token
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ permissions:
contents: read

jobs:
quick-test:
runs-on: ubuntu-22.04
steps:
- uses: ../tester
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

get-br-dependencies:
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -44,10 +51,12 @@ jobs:
needs: [build-system]
if: github.ref_type == 'tag'
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: gridpoint-com/actions-nerves-system@v1
- name: Deploy nerves_system
uses: ./.actions/deploy-system
with:
github-token: ${{ secrets.ARTIFACT_GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 105865d

Please sign in to comment.