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:
14
.github/workflows/cordova.yml
vendored
14
.github/workflows/cordova.yml
vendored
@@ -18,20 +18,6 @@ env:
|
||||
# Retry failed tests additional times.
|
||||
METEOR_SELF_TEST_RETRIES: 2
|
||||
|
||||
# These, mostly overlapping, flags ensure that CircleCI is as pretty as
|
||||
# possible for a non-interactive environment. See also: --headless.
|
||||
METEOR_HEADLESS: true
|
||||
METEOR_PRETTY_OUTPUT: 0
|
||||
|
||||
# In an effort to stop SIGSEGV, this just doesn't bother cleaning up
|
||||
# the mess of temp directories that Meteor makes.
|
||||
METEOR_SAVE_TMPDIRS: 1
|
||||
|
||||
# Skip these tests on every test run.
|
||||
# If needed, for readability this should be a regex wrapped across
|
||||
# multiple lines in quotes.
|
||||
SELF_TEST_EXCLUDE: "add debugOnly and prodOnly packages"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user