mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
cleanup dont need GA job still use circleci with proper config
This commit is contained in:
39
.github/workflows/cordova.yml
vendored
39
.github/workflows/cordova.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user