Skip to content

Update Read Me & Bugs Fix on WindowPopup #118

Update Read Me & Bugs Fix on WindowPopup

Update Read Me & Bugs Fix on WindowPopup #118

Workflow file for this run

########################################################
# Action to run on pullrequests #
########################################################
name: Action on Pullrequest creation and update
on: pull_request
jobs:
install:
uses: ./.github/workflows/reusable-install-job.yml
build:
needs: install
uses: ./.github/workflows/reusable-build-job.yml
with:
environmentName: staging
debug: 'true'
mode: ""
secrets: inherit
test:
needs: [install, build]
uses: ./.github/workflows/reusable-test-job.yml