Skip to content

Added Test Script

Added Test Script #1

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
baseImage: ["ubuntu:focal", "ubuntu:jammy", "debian:11", "debian:12", "mcr.microsoft.com/devcontainers/base:ubuntu", "mcr.microsoft.com/devcontainers/base:debian", "mcr.microsoft.com/devcontainers/base:noble"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Test
working-directory: ./test
run: |
sh test.sh