chore(workflows): update test workflow for http-kernel project
All checks were successful
Test http-kernel / Run Tests (pull_request) Successful in 10s

- Rename workflow and job to align with the http-kernel project
- Improve clarity and maintain consistency in workflow naming
This commit is contained in:
2025-05-08 19:38:49 +02:00
parent 11a2273240
commit 03115464e0

View File

@@ -1,4 +1,4 @@
name: Test Deno Project name: Test http-kernel
on: on:
workflow_dispatch: workflow_dispatch:
@@ -7,7 +7,7 @@ on:
- '**' - '**'
jobs: jobs:
test: run-test:
name: Run Tests name: Run Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest