Skip to content

build(deps-dev): bump jest from 26.6.3 to 29.6.0 #166

build(deps-dev): bump jest from 26.6.3 to 29.6.0

build(deps-dev): bump jest from 26.6.3 to 29.6.0 #166

Workflow file for this run

name: "units-test"
on:
pull_request:
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
env:
OUTPUT_VALUE: overloaded output value
steps:
- uses: actions/checkout@v2
- uses: ./
with:
project-slug: ${{ github.repository }}
user-token: ${{ secrets.CIRCLECI_TOKEN }}
branch: ${{ github.head_ref }} # in pull request context we can just use this
payload: '{"run_output_workflow": true, "output_value": "${{ env.OUTPUT_VALUE }}"}'