Skip to content

Update arm-tool-kit-test.yml #9

Update arm-tool-kit-test.yml

Update arm-tool-kit-test.yml #9

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:
- name: Test ARM Templates - files
id: filestest
run: |
echo "${{$TARGET_BRANCH}}"
uses: aliencube/[email protected]
with:
path: $SUMO_REPO_PATH/$SOURCE_BRANCH/EventHubs/src
files: azuredeploy_metrics.json
- name: Test result - files
shell: bash
continue-on-error: true
run: |
echo "${{ toJSON(fromJSON(steps.filestest.outputs.results)) }}"