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

Skip to content

Commit 0c39637

Browse files
committed
run test
1 parent 7834a31 commit 0c39637

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
- uses: nelonoel/branch-name@v1
1212
- name: Echo week folder
1313
run: |
14-
export WEEK_FOLDER=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/Week\2/gi')
14+
export WEEK_FOLDER=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
1515
echo ${WEEK_FOLDER}
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: '10.x'
19+
- run: npm install
20+
- run: npm run test-${WEEK_FOLDER}

0 commit comments

Comments
 (0)