Compare commits

2 Commits

Author SHA1 Message Date
92f09e6e60 Merge pull request 'chore(workflows): update test workflow for http-kernel project' (#1) from fix/test-workflow into main
Some checks failed
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Failing after 10s
Reviewed-on: #1
2025-05-08 19:46:00 +02:00
03115464e0 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
2025-05-08 19:38:49 +02:00

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