Skip to content

Add cacheTo argument to ci action #211

Add cacheTo argument to ci action

Add cacheTo argument to ci action #211

Workflow file for this run

---
name: pr_auto
# This workflow is triggered automatically for pull requests and runs tests without credentials
# I.e. doesn't validate image caching, doesn't perform tests in Azure DevOps.
on:
pull_request:
branches: [ main ]
paths-ignore:
- README.md
- 'docs/**'
permissions:
contents: write
packages: write
pull-requests: write
checks: write
jobs:
build-test:
name: "Build, test, publish"
uses: ./.github/workflows/ci_common.yml
with:
prNumber: ${{ github.event.pull_request.number }}
release: false
runFullTests: false
secrets:
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}