Skip to content

Merge pull request #5 from eLco/nodejs20 #8

Merge pull request #5 from eLco/nodejs20

Merge pull request #5 from eLco/nodejs20 #8

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
terragrunt_version: [0.35.8, latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup terragrunt
uses: ./
with:
terragrunt_version: ${{ matrix.terragrunt_version }}
- name: Capture terragrunt version installed
run: |
terragrunt -version