File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 27
27
env :
28
28
deno-version : v1.x
29
29
30
- steps :
31
- - name : Get current date
32
- id : date
33
- run : echo "DATE=$(date +'%Y.%m.%d@%H-%M-%S')" >> $GITHUB_ENV
34
-
30
+ steps :
35
31
- name : Setup Repository (${{github.event.repository.name}})
36
32
uses : actions/checkout@v3
37
33
@@ -47,11 +43,11 @@ jobs:
47
43
if : success() || failure()
48
44
run : |
49
45
mkdir reports
50
- deno test -A --unstable --check --reload --doc --allow-none --junit-path="./reports/${{env.DATE}}- report.xml"
46
+ deno test -A --unstable --check --reload --doc --allow-none --junit-path="./report.xml"
51
47
52
- - name : Report tests (${{env.DATE}}- report.xml)
48
+ - name : Report tests (report.xml)
53
49
uses : dorny/test-reporter@v1
54
50
with :
55
51
name : Deno Test Report
56
- path : ./reports/${{env.DATE}}- report.xml
52
+ path : ./report.xml
57
53
reporter : jest-junit
You can’t perform that action at this time.
0 commit comments