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

Skip to content

Commit ab830a6

Browse files
committed
remove slash that destroys everything
1 parent dfb3500 commit ab830a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: Echo week folder and run tests
1717
run: |
1818
export WEEK_FOLDER=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
19-
echo ${WEEK_FOLDER}\
19+
echo ${WEEK_FOLDER}
2020
npm run test-${WEEK_FOLDER}

0 commit comments

Comments
 (0)