Skip to content

Introduce SYSTEM_SKIP_MERGE_COMMIT_FROM_PR to support Docker build with AZDO pipeline #63

Introduce SYSTEM_SKIP_MERGE_COMMIT_FROM_PR to support Docker build with AZDO pipeline

Introduce SYSTEM_SKIP_MERGE_COMMIT_FROM_PR to support Docker build with AZDO pipeline #63

Workflow file for this run

name: Test API Image CI

Check failure on line 1 in .github/workflows/test-api-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-api-ci.yml

Invalid workflow file

(Line: 9, Col: 3): Unexpected value 'content'
on:
pull_request:
paths:
- integration-tests/test-api/**
permissions:
content: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Build API Test
uses: codecov/gha-workflows/.github/workflows/[email protected]
secrets: inherit
with:
push: false
image_name: codecov-javascript-bundler-plugins-test-api
docker_path: integration-tests/test-api