We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb59767 commit 7115cf1Copy full SHA for 7115cf1
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Check out repo
58
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
59
with:
60
- fetch-depth: 2
+ fetch-depth: 2 # integration tests read the two most recent local commits
61
persist-credentials: false
62
63
- uses: ./.github/actions/ci-setup
0 commit comments