Skip to content

PR build

PR build #120

Workflow file for this run

# v3.200.3
name: PR build
on:
workflow_dispatch:
pull_request:
branches: [ master, dev ]
paths-ignore:
- '.github/**'
- 'docs/**'
- 'build/**'
- 'README.md'
- 'LICENSE'
- '**/argoDeploy.json'
jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/[email protected]
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}
build:
uses: VirtoCommerce/.github/.github/workflows/[email protected]
with:
uploadDocker: 'true'
eventName: ${{ github.event_name }}

Check failure on line 26 in .github/workflows/pr-ci.yml

View workflow run for this annotation

GitHub Actions / PR build

Invalid workflow file

The workflow is not valid. .github/workflows/pr-ci.yml (Line: 26, Col: 18): Invalid input, eventName is not defined in the referenced workflow.
imageName: 'storefront'
dockerFiles: 'https://raw.githubusercontent.com/VirtoCommerce/vc-docker/feat/net6/linux/storefront/Dockerfile'
secrets:
envPAT: ${{ secrets.REPO_TOKEN }}