Files
http-kernel/.gitea/workflows/test.yml
Max P. 03115464e0
All checks were successful
Test http-kernel / Run Tests (pull_request) Successful in 10s
chore(workflows): update test workflow for http-kernel project
- Rename workflow and job to align with the http-kernel project
- Improve clarity and maintain consistency in workflow naming
2025-05-08 19:38:49 +02:00

23 lines
354 B
YAML

name: Test http-kernel
on:
workflow_dispatch:
pull_request:
branches:
- '**'
jobs:
run-test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
- name: Run Tests
run: deno task test