Skip to content

Commit

Permalink
Update path in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 16, 2023
1 parent 08f0741 commit 605098d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
git init
git config --local user.name GenXProject
git config --local user.email "[email protected]"
git config --global init.defaultBranch main
git remote add testlog https://github.com/GenXProject/GenX-testlog.git
git pull testlog main
if [ -d Logs_v${{ matrix.version }} ]; then
Expand Down

0 comments on commit 605098d

Please sign in to comment.