Skip to content

Commit

Permalink
WIP: try fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Mar 14, 2024
1 parent 014555c commit 5692fe1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -108,10 +108,10 @@ jobs:
runs-on: ubuntu-22.04
container:
image: "ubuntu:23.10"
env:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install required dependencies
run: |
apt update
@@ -121,8 +121,6 @@ jobs:
sudo apt install --yes --no-install-recommends npm curl
- name: Configure git in container
run: |
ls -la
git init
git log -2
- name: Install yarn
run: |

0 comments on commit 5692fe1

Please sign in to comment.