Skip to content

add on push branch workflow for testing #1

add on push branch workflow for testing

add on push branch workflow for testing #1

name: Pipeline branch - test turborepo
on:
push:
branches:
- feat/asap-285-use-turbo-for-tests
jobs:
setup:
runs-on: ubuntu-latest
environment: Branch
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Re-Build
uses: ./.github/actions/build-rebuild
- name: Setup turborepo test pipeline
run: yarn turbo test --only --dry-run=json --continue