Skip to content

Bump ws from 8.16.0 to 8.17.1 in /next #36

Bump ws from 8.16.0 to 8.17.1 in /next

Bump ws from 8.16.0 to 8.17.1 in /next #36

Workflow file for this run

name: Build with bratiska-cli
on:
pull_request:
branches:
- master
jobs:
conditions:
name: Check for build conditions
uses: bratislava/github-actions/.github/workflows/build-conditions.yml@stable
permissions: write-all
strapi:
name: build Strapi
needs: conditions
if: needs.conditions.outputs.strapi == 'true'
uses: bratislava/github-actions/.github/workflows/build-with-bratiska-cli.yml@stable
with:
directory: strapi/
debug: --debug
permissions: write-all
next:
name: build next
needs: conditions
if: needs.conditions.outputs.next == 'true'
uses: bratislava/github-actions/.github/workflows/build-with-bratiska-cli.yml@stable
with:
directory: next/
debug: --debug
permissions: write-all