From d5aca1a2b456ca18f3ead74c3e623986c3268330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 9 Sep 2024 18:51:04 +0200 Subject: [PATCH] implement basic new job to test cordova --- .github/workflows/cordova.yml | 14 -------------- 1 file changed, 14 deletions(-) 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