Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: add checkout before e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Nov 29, 2023
1 parent 1df7fc2 commit 1a88dbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
needs: parse
if: needs.parse.outputs.run-e2e == 'true'
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run E2E Tests
uses: ./.github/actions/e2e
with:
Expand Down

0 comments on commit 1a88dbd

Please sign in to comment.