We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915c258 commit 5225adbCopy full SHA for 5225adb
.circleci/config.yml
@@ -752,14 +752,14 @@ jobs:
752
753
check-flaky-or-pr-tests:
754
docker:
755
- - image: cimg/node:20.0.0-browsers
+ - image: cimg/node
756
working_directory: ~/remix-project
757
parameters:
758
tag:
759
type: string
760
steps:
761
- checkout
762
- - run: node apps/remix-ide-e2e/src/buildGroupTests.js && npx tsc -p apps/remix-ide-e2e/tsconfig.e2e.json
+ - run: node apps/remix-ide-e2e/src/buildGroupTests.js
763
- run:
764
name: Check for enabled tests matching tag
765
command: |
0 commit comments