Skip to content

init(opentofu): test PR ci #12

init(opentofu): test PR ci

init(opentofu): test PR ci #12

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths:
- '**.rs'
- '**.toml'
- '.github/workflows/tests.yml'
tags:
- '*'
pull_request:
branches:
- main
permissions: {}
env:
CARGO_TERM_COLOR: always
jobs:
tofu:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
project: [project1, project2, project4]
steps:
- uses: actions/checkout@v3
- uses: opentofu/setup-opentofu@v1.0.0
- run: cargo run -- -chdir=${{ matrix.project }} init