diff --git a/docs/src/ci.md b/docs/src/ci.md index 7a08a00b4a..fcb9366b8b 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -432,6 +432,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-node@v4 with: node-version: 18 @@ -1044,4 +1046,4 @@ xvfb-run mvn test ``` ```bash csharp xvfb-run dotnet test -``` \ No newline at end of file +```