Skip to content

OpenTofu Installer

OpenTofu Installer #2

Workflow file for this run

on:
pull_request:
jobs:
linux:
name: Linux
runs-on: ubuntu
strategy:
matrix:
shell: [bash, zsh, ksh, dash, ash]
method: [auto, manual, portable, brew, snap]
distro: [debian, ubuntu, fedora, opensuse, rockylinux]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
env:
DISTRO: ${{matrix.distro}}
METHOD: ${{matrix.method}}
SH: ${{matrix.shell}}
run: |
cd tests/linux
./test.sh