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