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

Commit 4874439

Browse files
committed
remove {} around WEEK_FOLDER
1 parent a433393 commit 4874439

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)