Skip to content

Commit

Permalink
test ci inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty2500 committed Feb 11, 2025
1 parent 140570d commit fd517ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensure full history is available
- name: Checkout the exact commit
run: git checkout $GITHUB_SHA
- name: Install required dependencies
Expand All @@ -198,7 +200,7 @@ jobs:
sudo apt-get install -y bash git
- name: Run copyright check
run: |
git log --no-merges --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
git log --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
chmod +x ./etc/scripts/set_copyright_year.sh
./etc/scripts/set_copyright_year.sh --check
Expand Down

0 comments on commit fd517ee

Please sign in to comment.