Skip to content

Commit

Permalink
chore: Temporarily disable cypress tests in Travis CI
Browse files Browse the repository at this point in the history
This is trade-off to not to block the upgrade of PF. Will be enabled back in RedHatInsights#2146.
  • Loading branch information
gkarat committed Feb 9, 2024
1 parent 07fca42 commit 49542b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- stage: Lint
script: npm run lint && commitlint-travis
- stage: Test
script: npm run test && npm run test:ct
script: npm run test
after_success: npm run coverage
- stage: Tag
if: (fork = false) AND (branch = master)
Expand Down

0 comments on commit 49542b4

Please sign in to comment.