Skip to content

Commit ecec6e9

Browse files
committed
make git ready for acceptance tests
1 parent d26e6c1 commit ecec6e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
cache: pnpm
4444
- run: pnpm install
4545
- run: pnpm build
46+
- run: git fetch --all && git fetch --unshallow # this is to work for the acceptance tests
4647
- run: pnpm test
4748
env:
4849
GITHUB_API_URL: ""
49-
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }} #this is for acceptance tests

0 commit comments

Comments
 (0)