diff --git a/.circleci/config.yml b/.circleci/config.yml index 465e2bf9e28..62b5e0a3aa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -348,7 +348,6 @@ jobs: export PATH="/home/circleci/.sdkman/candidates/gradle/8.7/bin:${PATH}" java --version gradle --version - echo $PATH ./meteor self-test \ "$TEST_GROUP" \ --retries ${METEOR_SELF_TEST_RETRIES} \ diff --git a/.github/workflows/cordova.yml b/.github/workflows/cordova.yml deleted file mode 100644 index 6486bf9113a..00000000000 --- a/.github/workflows/cordova.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Meteor Selftest Cordova - -on: - pull_request: - types: - - opened - - reopened - - synchronize - push: - branches: - - devel - - 2.x.x - -env: - # This multiplier scales the waitSecs for selftests. - TIMEOUT_SCALE_FACTOR: 8 - - # Retry failed tests additional times. - METEOR_SELF_TEST_RETRIES: 2 - -jobs: - build: - runs-on: ubuntu-latest - - container: - image: meteor/circleci:2024.09.11-android-34-node-20 - options: --entrypoint "/bin/bash" - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Test Cordova - run: | - export PATH="/home/circleci/.sdkman/candidates/gradle/8.7/bin:${PATH}" - java --version - gradle --version - echo $PATH - ./meteor self-test ^cordova