Skip to content

ShellSpec Test PR Review #150

ShellSpec Test PR Review

ShellSpec Test PR Review #150

name: ShellSpec Test PR Review
on:
pull_request_review:
paths:
- "addons/*/scripts-ut-spec/**"
types: [submitted]
jobs:
shellspec-test-pr:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
all_but_latest: true
access_token: ${{ env.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: shellspec test
run: |
make scripts-test