Skip to content

Commit

Permalink
Merge pull request #578 from launchableinc/fix-e2e
Browse files Browse the repository at this point in the history
Use full clone in e2e
  • Loading branch information
ono-max authored Jul 13, 2023
2 parents 4e993df + 0a2f7dc commit 7faff49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/checkout@v2
with:
repository: launchableinc/examples
path: examples
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 7faff49

Please sign in to comment.