Commit 0ba3aa1d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

cicd: multiple fixes

- restored stages standard order
- removed playwright overwritten job
- set REVIEW_ENABLED: "true"
parent 5b708c01
Loading
Loading
Loading
Loading
+1 −15
Original line number Diff line number Diff line
@@ -23,21 +23,7 @@ variables:
    S3_STAGING_DISABLED: 'true'
    S3_REVIEW_PREFIX: ${CI_COMMIT_REF_SLUG}
    PLAYWRIGHT_IMAGE: 'mcr.microsoft.com/playwright:v1.45.2-jammy'

stages:
    - build
    - test
    - acceptance
    - deploy
    - publish
    - production

playwright:
    script:
        - mkdir -p -m 777 reports
        - npx playwright install chrome
        - npx playwright install msedge
        - PLAYWRIGHT_JUNIT_OUTPUT_NAME=reports/playwright.xunit.xml npx playwright test ${TRACE+--debug} --reporter=junit $PLAYWRIGHT_EXTRA_ARGS
    REVIEW_ENABLED: "true"

# override Angular build job to run build only (no tests)
ng-build:

pre-playwright.sh

0 → 100644
+3 −0
Original line number Diff line number Diff line
#!/usr/bin/env sh
npx playwright install chrome
npx playwright install msedge