We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed4b23 commit a62016fCopy full SHA for a62016f
.github/workflows/deno.yml
@@ -5,11 +5,6 @@ on:
5
branches: ["main"]
6
7
workflow_dispatch:
8
- inputs:
9
- page-root-directory:
10
- description: Page root directory
11
- default: './src/client/'
12
- type: string
13
14
permissions:
15
checks: write
@@ -37,7 +32,7 @@ jobs:
37
32
if: success() || failure()
38
33
run: deno test -A --unstable --check --reload --doc --allow-none --junit-path="./report.xml"
39
34
40
- - name: JUnit Report Action
35
+ - name: Report test
41
36
uses: mikepenz/[email protected]
42
with:
43
report_paths: 'report.xml'
0 commit comments