Skip to content

Bump the minor-and-patch group with 2 updates #163

Bump the minor-and-patch group with 2 updates

Bump the minor-and-patch group with 2 updates #163

Workflow file for this run

name: PullRequest into Dev
on:
# Triggers the workflow on push events but only for the "dev" branch.
pull_request:
branches: ['dev']
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: Build TypeScript Project
permissions:
id-token: write
contents: read
#uses: OutSystems/ui-components.github-reusable-workflows/.github/workflows/ts-build-project.yaml@7ffd7f90f6e5016bd92d0e050d2516084b99c2f6 #v0.2.5
uses: ./.github/workflows/template-ts-build-project.yaml
with:
github-ref: ${{ github.ref }}
run-vitest: false
run-sonarcloud: false
secrets:
OSUI_AZURE_CLIENT_ID: ${{ secrets.OSUI_AZURE_CLIENT_ID }}
OSUI_AZURE_TENANT_ID: ${{ secrets.OSUI_AZURE_TENANT_ID }}
OSUI_AZURE_SUBSCRIPTION_ID: ${{ secrets.OSUI_AZURE_SUBSCRIPTION_ID }}