Skip to content

Commit

Permalink
mi/nightly-diable-testrail
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Jan 22, 2025
1 parent 87e9560 commit 133fe42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
project: "e2e-electron"
display_name: "electron (linux)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,electron/linux' || 'electron/linux' }}
report_testrail: true
report_testrail: false

e2e-windows:
name: e2e
Expand All @@ -67,7 +67,7 @@ jobs:
grep: ""
display_name: "electron (win)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,electron/win' || 'electron/win' }}
report_testrail: true
report_testrail: false

e2e-browser:
name: e2e
Expand All @@ -79,7 +79,7 @@ jobs:
project: "e2e-browser"
display_name: "browser (linux)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,browser/linux' || 'browser/linux' }}
report_testrail: true
report_testrail: false

unit-tests:
name: test
Expand Down

0 comments on commit 133fe42

Please sign in to comment.