From 8ca7472f9986ed0ced1b223c5612031b52008a82 Mon Sep 17 00:00:00 2001 From: Paul Berberian Date: Mon, 22 Jul 2024 13:35:25 +0200 Subject: [PATCH] Remove TODO from CI script which now does not apply --- .github/workflows/checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e9b4001dab..859bf2b5ff 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -91,8 +91,6 @@ jobs: ubuntu-restricted-extras - run: npm install - run: npm run build - # Firefox seems to have issue with integration tests on GitHub actions only - # TODO to check - run: npm run test:integration memory_linux: @@ -115,6 +113,4 @@ jobs: sudo add-apt-repository multiverse && sudo apt update && sudo apt install -y ubuntu-restricted-extras - run: npm install - # Firefox seems to have issue with integration tests on GitHub actions only - # TODO to check - run: npm run test:memory