Skip to content

Commit e205f0a

Browse files
authored
Checkout tail-estimation in test
1 parent cb7cc9d commit e205f0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37+
38+
- name: Checkout tailestimation as subdirectory
39+
uses: actions/checkout@v4
40+
with:
41+
repository: ${{ secrets.TAILESTIMATION_REPO }}
42+
token: ${{ secrets.TAILESTIMATION_PAT }}
43+
path: tail-estimation
3744

3845
- name: Set up Python versions
3946
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)