We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe72ed commit 56e9623Copy full SHA for 56e9623
.github/workflows/main.yaml
@@ -36,6 +36,6 @@ jobs:
36
- run: yarn build
37
38
- run: |
39
- cat tests/fixtures/FILENAME.ts | yarn run run -- FILENAME.ts
+ yarn run run -- FILENAME.ts < tests/fixtures/FILENAME.ts
40
41
- run: yarn start
0 commit comments