Skip to content

Commit 97db5ad

Browse files
committed
Update GitHub Actions workflow to use new test scripts
1 parent 8df3ed1 commit 97db5ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
node-version-file: ".nvmrc"
2121
cache: "npm"
2222
- run: npm ci
23-
- run: npm run elm-format:validate
24-
- run: npm test
25-
- run: npm run elm-review
23+
- run: npm run test:elm-format-validate
24+
- run: npm run test:elm
25+
- run: npm run test:elm-review

0 commit comments

Comments
 (0)