diff --git a/.github/workflows/cordova.yml b/.github/workflows/cordova.yml index 8d1d49df4d..30fe973e0c 100644 --- a/.github/workflows/cordova.yml +++ b/.github/workflows/cordova.yml @@ -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