We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb3500 commit ab830a6Copy full SHA for ab830a6
1 file changed
.github/workflows/main.yml
@@ -16,5 +16,5 @@ jobs:
16
- name: Echo week folder and run tests
17
run: |
18
export WEEK_FOLDER=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
19
- echo ${WEEK_FOLDER}\
+ echo ${WEEK_FOLDER}
20
npm run test-${WEEK_FOLDER}
0 commit comments