Skip to content

Commit

Permalink
Fetch branches
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Nov 15, 2023
1 parent 55eb9d8 commit 5cb394e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
- name: Test git installation
run: |
git --help
echo Listing branches
git branch -l
echo Fetching branches
git fetch --all
echo Listing branches again
git branch --list
- name: Install pgip dependencies
run: |
Expand Down

0 comments on commit 5cb394e

Please sign in to comment.