install-stackit-cli/.forgejo/workflows/test.yaml
Maximilian Jugl f1cd1be14d
Some checks failed
Test action / Test on registry.onstackit.cloud/devex-images/alpine:latest (push) Failing after 3s
Test action / Test on registry.onstackit.cloud/devex-images/ubuntu:act-latest (push) Successful in 34s
feat: initial
2026-04-22 09:36:58 +02:00

30 lines
595 B
YAML

name: Test action
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
name: Test on ${{ matrix.image }}
runs-on: stackit-docker
strategy:
fail-fast: false
matrix:
image:
- registry.onstackit.cloud/devex-images/ubuntu:act-latest
- registry.onstackit.cloud/devex-images/alpine:latest
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v6
- name: Test action
uses: ./
with:
version: "v0.61.0"