Skip to content

Commit

Permalink
CI: fix nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Dec 20, 2023
1 parent 98c1df3 commit 0a1d5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-test-pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
run: |
cd external/pyaedt
git fetch --all
COMMIT_COUNT=$(git rev-list --count origin/main...origin/maint/use_pyedb)
echo "Number of commits between the main branch and the one using pyedb as dependency: $COMMIT_COUNT"
$COMMIT_COUNT = git rev-list --count origin/main...origin/maint/use_pyedb)
Write-Host "Number of commits between the main branch and the one using pyedb as dependency: $($COMMIT_COUNT)""

0 comments on commit 0a1d5e9

Please sign in to comment.