mirror of
https://git.sakamoto.pl/laudom/http.sh.git
synced 2025-09-19 16:23:45 +02:00
8 lines
121 B
YAML
8 lines
121 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: ./tst.sh tests/*
|
|
|