Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit a433393

Browse files
committed
run test
1 parent 33a904b commit a433393

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
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}

package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)