Skip to content

build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 28.6.0 #111

build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 28.6.0

build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 28.6.0 #111

Workflow file for this run

name: 'detect-test'
on:
pull_request:
types:
- edited
jobs:
detect:
runs-on: ubuntu-latest
outputs:
checked: ${{ steps.detect.outputs.checked }}
steps:
- uses: actions/checkout@v4
- uses: ./
id: detect
with:
action: 'detect'
test:
needs: detect
if: ${{ contains(fromJSON(needs.detect.outputs.checked), 'trigger test') }}
runs-on: ubuntu-latest
steps:
- run: echo TEST TRIGGERED