Skip to content

Commit a62016f

Browse files
committed
Update deno.yml
1 parent 7ed4b23 commit a62016f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/deno.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
branches: ["main"]
66

77
workflow_dispatch:
8-
inputs:
9-
page-root-directory:
10-
description: Page root directory
11-
default: './src/client/'
12-
type: string
138

149
permissions:
1510
checks: write
@@ -37,7 +32,7 @@ jobs:
3732
if: success() || failure()
3833
run: deno test -A --unstable --check --reload --doc --allow-none --junit-path="./report.xml"
3934

40-
- name: JUnit Report Action
35+
- name: Report test
4136
uses: mikepenz/[email protected]
4237
with:
4338
report_paths: 'report.xml'

0 commit comments

Comments
 (0)