Skip to content

Commit 5225adb

Browse files
committed
only build
1 parent 915c258 commit 5225adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,14 +752,14 @@ jobs:
752752

753753
check-flaky-or-pr-tests:
754754
docker:
755-
- image: cimg/node:20.0.0-browsers
755+
- image: cimg/node
756756
working_directory: ~/remix-project
757757
parameters:
758758
tag:
759759
type: string
760760
steps:
761761
- checkout
762-
- run: node apps/remix-ide-e2e/src/buildGroupTests.js && npx tsc -p apps/remix-ide-e2e/tsconfig.e2e.json
762+
- run: node apps/remix-ide-e2e/src/buildGroupTests.js
763763
- run:
764764
name: Check for enabled tests matching tag
765765
command: |

0 commit comments

Comments
 (0)