We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a9bd4 commit 7303881Copy full SHA for 7303881
.github/workflows/pr-preprod-tests.yaml
@@ -24,8 +24,12 @@ jobs:
24
run: |
25
cd /home/integration/git/cardano-rosetta-java
26
27
+ # Fetch latest from remote
28
+ git fetch origin
29
+
30
# Clean up any existing PR branch and switch to main first
31
git checkout main || git checkout develop
32
+ git pull origin main || git pull origin develop
33
git branch -D pr-${{ github.event.pull_request.number }} 2>/dev/null || true
34
35
# Fetch and checkout the PR
0 commit comments