From 5cb394eee38b0519ca9967a2eb1c703c31dc41e5 Mon Sep 17 00:00:00 2001 From: Per Unneberg Date: Wed, 15 Nov 2023 20:57:53 +0100 Subject: [PATCH] Fetch branches --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c48b5468..c24cc847 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |