Skip to content

Bump asdf/vm-actions/plugin-test version from v1.0.0 to v3 #7

Bump asdf/vm-actions/plugin-test version from v1.0.0 to v3

Bump asdf/vm-actions/plugin-test version from v1.0.0 to v3 #7

Workflow file for this run

---
name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: asdf-vm/actions/plugin-test@v3
with:
command: "terragrunt --version"