Skip to content

Commit

Permalink
Do a full clone
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Nov 25, 2024
1 parent c6f9602 commit 49bcb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/modern-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
fetch-depth: 0
uses: actions/checkout@v4

- name: Install pip packages
run: pip install -r distributions/requirements.txt
shell: bash

- name: Run validation
run: python distributions/validate-modern.py --repo-path . --compare-with-branch '${{ github.base_ref }}' --manifest distributions/DistributionInfo.json
run: python distributions/validate-modern.py --repo-path . --compare-with-branch 'origin/${{ github.base_ref }}' --manifest distributions/DistributionInfo.json
shell: bash

0 comments on commit 49bcb9e

Please sign in to comment.