Skip to content

πŸ™ˆ Build, Push, and Test #1

πŸ™ˆ Build, Push, and Test

πŸ™ˆ Build, Push, and Test #1

name: πŸ™ˆ Build, Push, and Test
on:
workflow_dispatch:
permissions:
checks: write
contents: write
pull-requests: write
packages: write
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs:
backstop-sanity-test:
name: Sanity Test Backstop
uses: ./.github/workflows/backstop-sanity-test.yml
backstop-smoke-test:
name: Smoke Test Backstop
uses: ./.github/workflows/backstop-smoke-test.yml
backstop-integration-test:
name: Integration Test Backstop
uses: ./.github/workflows/backstop-integration-test.yml
build-publish-docker:
name: Build Docker
uses: ./.github/workflows/docker-build.yml
docker-sanity-test:
name: Sanity Test Docker
uses: ./.github/workflows/docker-sanity-test.yml
docker-smoke-test:
name: Smoke Test Docker
uses: ./.github/workflows/docker-smoke-test.yml