Skip to content

Commit 1f4138d

Browse files
committed
Show remotes for debugging purposes
1 parent 65b9871 commit 1f4138d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,13 @@ jobs:
4444

4545
- name: Mark new files as uncommited
4646
if: matrix.tests == 'new'
47-
run:
47+
run: |
48+
# List remotes (for debugging)
49+
git remote -v
50+
# Reset the branch to develop
4851
git reset --soft upstream/develop
52+
# Show uncommitted changes
53+
git status
4954
5055
- name: Cache conda packages
5156
uses: actions/cache@v4

0 commit comments

Comments
 (0)