Skip to content

Enhance Build/Test/Deploy Process #1

Enhance Build/Test/Deploy Process

Enhance Build/Test/Deploy Process #1

Workflow file for this run

name: Deploy Branch
on:
push:
branches:
- main
- develop
- feature/*
#pull_request:
# branches:
# - main
# - develop
jobs:
build:
uses: ./.github/workflows/build-subflow.yml
test:
needs: build
uses: ./.github/workflows/ui-testing-subflow.yml

Check failure on line 21 in .github/workflows/deploy-branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-branch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-branch.yml" -> "./.github/workflows/ui-testing-subflow.yml" : failed to fetch workflow: workflow was not found.
#deploy:
# needs: test
# uses: ./.github/workflows/deploy-subflow.yml