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

Skip to content

Commit e18d904

Browse files
committed
remove {} around WEEK_FOLDER
1 parent 0c39637 commit e18d904

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
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
node-version: '10.x'
1919
- run: npm install
20-
- run: npm run test-${WEEK_FOLDER}
20+
- run: npm run test-$WEEK_FOLDER

0 commit comments

Comments
 (0)