Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

extend action to be able to use terraform instead of tofu when required #24

extend action to be able to use terraform instead of tofu when required

extend action to be able to use terraform instead of tofu when required #24

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "latest"
- name: Set up Python 3.14
run: uv python install 3.14
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest -v tests/