Skip to content

Commit a3ffee7

Browse files
authored
Update integration_test.yml
1 parent 9b986c2 commit a3ffee7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration_test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
if: ${{ always() }}
2121
needs: integration_test
2222
steps:
23+
- name: Set branch name
24+
run: echo >>$GITHUB_ENV BRANCH_NAME=${GITHUB_REF#refs/heads/}
25+
- name: Echo branch name
26+
run: echo ${BRANCH_NAME}
2327
- name: Upload Snapshots
2428
run: cd "${RUNNER_WORKSPACE}/${BRANCH_NAME}" && node scripts/upload_snapshots.js
2529
clean_up:

0 commit comments

Comments
 (0)