From 1945ed72326e52368382734c9e219f4edb861c87 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 12 Feb 2020 14:43:13 -0800 Subject: [PATCH] devops: run API coverage tests on linux (#958) --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b54d5343f..7029c7420a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: sudo apt-get update sudo apt-get install libgbm-dev xvfb - run: npm install - - run: xvfb-run --auto-servernum npm run ctest + - run: xvfb-run --auto-servernum npm run ccoverage tests_linux_firefox: name: "Linux + FF" @@ -40,7 +40,7 @@ jobs: sudo apt-get update sudo apt-get install xvfb - run: npm install - - run: xvfb-run --auto-servernum npm run ftest + - run: xvfb-run --auto-servernum npm run fcoverage tests_linux_webkit: name: "Linux + WK" @@ -56,7 +56,7 @@ jobs: sudo apt-get install libwoff1 libopus0 libwebp6 libwebpdemux2 libenchant1c2a libgudev-1.0-0 libsecret-1-0 libhyphen0 libgdk-pixbuf2.0-0 libegl1 libgles2 libevent-2.1-6 libnotify4 libxslt1.1 sudo apt-get install xvfb - run: npm install - - run: xvfb-run --auto-servernum npm run wtest + - run: xvfb-run --auto-servernum npm run wcoverage tests_win_chromium: name: "Win + CR"