Skip to content

Bump azure/cli from 2.1.0 to 2.2.0 in the azure-actions group #302

Bump azure/cli from 2.1.0 to 2.2.0 in the azure-actions group

Bump azure/cli from 2.1.0 to 2.2.0 in the azure-actions group #302

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Bats
run: |
git clone https://github.com/bats-core/bats-core.git
cd bats-core
sudo ./install.sh /usr/local
- name: Run Bats tests
run: bats ./tests/scripts/app-workflows/*.bats