Skip to content

Commit

Permalink
Remove TODO from CI script which now does not apply
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jul 22, 2024
1 parent f504952 commit 8ca7472
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 8ca7472

Please sign in to comment.