Skip to content

Commit 4d206a3

Browse files
author
Mohammod Al Amin Ashik
committed
fix: add checkout step for dorny/test-reporter (requires git repo)
1 parent e96acdd commit 4d206a3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
if: always()
226226
runs-on: ubuntu-latest
227227
steps:
228+
- uses: actions/checkout@v4
229+
228230
- name: Download all test results
229231
uses: actions/download-artifact@v4
230232
with:

.github/workflows/e2e-desktop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
checks: write
113113
pull-requests: write
114114
steps:
115+
- uses: actions/checkout@v4
116+
115117
- name: Download all E2E test results
116118
uses: actions/download-artifact@v4
117119
with:

0 commit comments

Comments
 (0)