Skip to content

Initial commit

Initial commit #5

Workflow file for this run

name: "CI - Test Features"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test-scenarios:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx @devcontainers/cli features test --skip-autogenerated