Skip to content

Commit f554637

Browse files
Refactored duplicated logic in setDT and [,:=] to use a helper function
1 parent 2e9835e commit f554637

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/performance-tests.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2121
repo_token: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
23-
- uses: Anirban166/[email protected]
24-
- name: Checkout branch
25-
run: git checkout refactor-helper-function-issue-6702 || echo "Branch not found"
23+
- name: Checkout code
24+
uses: actions/checkout@v4
25+
with:
26+
ref: refactor-helper-function-issue-6702
27+
- run: |
28+
echo "Current branch:"
29+
git branch
30+
echo "Listing all branches:"
31+
git branch -a
32+
- uses: Anirban166/[email protected]

0 commit comments

Comments
 (0)