| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 415a8eb commit 4eef3ec
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,8 @@ jobs: | |||
| 22 | 22 | ||
| 23 | 23 | - uses: actions/checkout@v4 | |
| 24 | 24 | with: | |
| 25 | - fetch-depth: 9999 | ||
| 25 | + fetch-depth: 0 | ||
| 26 | + submodules: recursive | ||
| 26 | 27 | ||
| 27 | 28 | - uses: cygwin/cygwin-install-action@v4 | |
| 28 | 29 | with: | |
@@ -41,9 +42,6 @@ jobs: | |||
| 41 | 42 | - name: Prepare this repo for tests | |
| 42 | 43 | run: | | |
| 43 | 44 | set -x | |
| 44 | - | ||
| 45 | - /usr/bin/git submodule update --init --recursive | ||
| 46 | - /usr/bin/git fetch --tags | ||
| 47 | 45 | TRAVIS=yes ./init-tests-after-clone.sh | |
| 48 | 46 | ||
| 49 | 47 | - name: Further prepare git configuration for tests | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,8 @@ jobs: | |||
| 24 | 24 | steps: | |
| 25 | 25 | - uses: actions/checkout@v4 | |
| 26 | 26 | with: | |
| 27 | - fetch-depth: 9999 | ||
| 27 | + fetch-depth: 0 | ||
| 28 | + submodules: recursive | ||
| 28 | 29 | ||
| 29 | 30 | - name: Set up Python ${{ matrix.python-version }} | |
| 30 | 31 | uses: actions/setup-python@v4 | |
@@ -41,9 +42,6 @@ jobs: | |||
| 41 | 42 | - name: Prepare this repo for tests | |
| 42 | 43 | run: | | |
| 43 | 44 | set -x | |
| 44 | - | ||
| 45 | - git submodule update --init --recursive | ||
| 46 | - git fetch --tags --force | ||
| 47 | 45 | TRAVIS=yes ./init-tests-after-clone.sh | |
| 48 | 46 | ||
| 49 | 47 | - name: Prepare git configuration for tests | |
| Back | FazBrowse Home | New Git URL |
0 commit comments