Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 342f815

Browse files
committed
rename WEEK_FOLDER -> WEEK
1 parent ab830a6 commit 342f815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- run: npm install
1616
- name: Echo week folder and run tests
1717
run: |
18-
export WEEK_FOLDER=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
19-
echo ${WEEK_FOLDER}
20-
npm run test-${WEEK_FOLDER}
18+
export WEEK=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
19+
echo Week: ${WEEK}
20+
npm run test-${WEEK}

0 commit comments

Comments
 (0)