Skip to content

AT environments: 5bcaf88ee404979f3d61b829581586566c50ca35 #201

AT environments: 5bcaf88ee404979f3d61b829581586566c50ca35

AT environments: 5bcaf88ee404979f3d61b829581586566c50ca35 #201

Workflow file for this run

name: 'Deploy: AT'
run-name: 'AT environments: ${{ github.sha }}'
on:
push:
branches: ['test/rewrite-delegation-tests']
jobs:
containerize:
name: 'Containerize'
uses: './.github/workflows/template-build-and-push-container.yml'
with:
tag: ${{ github.sha }}
# deploy-main:
# name: 'Environment'
# needs: containerize
# strategy:
# fail-fast: false
# matrix:
# environment: [AT21, AT22, AT23, AT24]
# uses: './.github/workflows/template-deploy-container.yml'
# secrets: inherit
# with:
# environment: ${{ matrix.environment }}
# tag: ${{ github.sha }}
playwright-main:
name: 'Playwright'
secrets: inherit
uses: './.github/workflows/template-playwright.yml'
# needs: deploy-main
strategy:
fail-fast: false
matrix:
environment: [AT23, AT24]
with:
environment: ${{ matrix.environment }}