Skip to content

Commit 0427941

Browse files
committed
Revert "try forwarding"
This reverts commit 494f25c.
1 parent 56e9623 commit 0427941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- run: yarn build
3737

3838
- run: |
39-
yarn run run -- FILENAME.ts < tests/fixtures/FILENAME.ts
39+
cat tests/fixtures/FILENAME.ts | yarn run run -- FILENAME.ts
4040
4141
- run: yarn start

0 commit comments

Comments
 (0)