20339 - Make search filters work so cypress works (#1479) #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NAME-EXAMINATION UI CD | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'app/**' | ||
workflow_dispatch: | ||
inputs: | ||
environment: | ||
description: 'Environment' | ||
required: true | ||
type: choice | ||
options: | ||
- dev | ||
- test | ||
- sandbox | ||
- prod | ||
jobs: | ||
name-examination-ui-cd: | ||
Check failure on line 22 in .github/workflows/cd.yml GitHub Actions / NAME-EXAMINATION UI CDInvalid workflow file
|
||
uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main | ||
with: | ||
target: ${{ inputs.environment }} | ||
node_version: '20.5.1' | ||
app_name: 'name-examination-ui' | ||
working_directory: 'app' | ||
secrets: | ||
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }} | ||
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} |