Skip to content

Add an extra test case for correct action execution when it is provided in render #8598

Add an extra test case for correct action execution when it is provided in render

Add an extra test case for correct action execution when it is provided in render #8598

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
- next
pull_request:
branches:
- '**'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/ci-setup
- uses: ./.github/actions/ci-checks