Skip to content

Commit 1efa3df

Browse files
committed
Create index.ts
1 parent 1732c07 commit 1efa3df

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/deno.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
env:
2828
deno-version: v1.x
2929

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:
3531
- name: Setup Repository (${{github.event.repository.name}})
3632
uses: actions/checkout@v3
3733

@@ -47,11 +43,11 @@ jobs:
4743
if: success() || failure()
4844
run: |
4945
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"
5147
52-
- name: Report tests (${{env.DATE}}-report.xml)
48+
- name: Report tests (report.xml)
5349
uses: dorny/test-reporter@v1
5450
with:
5551
name: Deno Test Report
56-
path: ./reports/${{env.DATE}}-report.xml
52+
path: ./report.xml
5753
reporter: jest-junit

0 commit comments

Comments
 (0)