Skip to content

git-action-workflow #18

git-action-workflow

git-action-workflow #18

name: "ARM template toolkit test"
on: [pull_request]
jobs:
arm-toolkit:
name: "ARM template toolkit test"
runs-on: "ubuntu-latest"
env:
SUMO_REPO_PATH: ${{ github.workspace }}
TARGET_BRANCH: "origin/${{ github.event.pull_request.base.ref }}"
SOURCE_BRANCH: "origin/${{ github.event.pull_request.head.ref }}"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test ARM Templates - files
id: filestest
uses: aliencube/[email protected]
with:
path: EventHubs/src
files: azuredeploy_metrics.json
- name: Test result - files
shell: bash
continue-on-error: true
run: |
echo "${{ toJSON(fromJSON(steps.filestest.outputs.results)) }}"