mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
implement basic new job to test cordova
This commit is contained in:
3
.github/workflows/cordova.yml
vendored
3
.github/workflows/cordova.yml
vendored
@@ -29,7 +29,10 @@ jobs:
|
||||
curl -s "https://get.sdkman.io" | bash
|
||||
bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk install gradle 8.7 && sdk use gradle 8.7 && gradle --version"
|
||||
cd ..
|
||||
ls /home/circleci/.sdkman/candidates/gradle
|
||||
/home/circleci/.sdkman/candidates/gradle/current/bin/gradle --version
|
||||
java --version
|
||||
which gradle
|
||||
gradle --version
|
||||
echo $PATH
|
||||
./meteor self-test ^cordova
|
||||
|
||||
Reference in New Issue
Block a user