Skip to content

Commit

Permalink
move inherits
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 14, 2024
1 parent 92a018a commit 0ac7a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
name: e2e
if: ${{ github.event_name == 'schedule' || inputs.run_e2e_linux }}
uses: ./.github/workflows/test-e2e-linux.yml
secrets: inherit
with:
grep: ""
project: "e2e-electron"
Expand All @@ -70,24 +71,24 @@ jobs:
name: e2e
if: ${{ github.event_name == 'schedule' || inputs.run_e2e_windows }}
uses: ./.github/workflows/test-e2e-windows.yml
secrets: inherit
with:
grep: ""
display_name: "electron (win)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,electron/win' || 'electron/win' }}
report_testrail: true
secrets: inherit

e2e-browser:
name: e2e
if: ${{ github.event_name == 'schedule' || inputs.run_e2e_browser }}
uses: ./.github/workflows/test-e2e-linux.yml
secrets: inherit
with:
grep: ""
project: "e2e-browser"
display_name: "browser (linux)"
currents_tags: ${{ github.event_name == 'schedule' && 'nightly,browser/linux' || 'browser/linux' }}
report_testrail: true
secrets: inherit

unit-tests:
name: test
Expand Down
8 changes: 2 additions & 6 deletions build/secrets/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": "build/secrets/.secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
},
Expand Down Expand Up @@ -143,7 +139,7 @@
"filename": ".github/workflows/test-full-suite.yml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 78,
"line_number": 62,
"is_secret": false
}
],
Expand Down Expand Up @@ -1944,5 +1940,5 @@
}
]
},
"generated_at": "2024-12-13T23:58:06Z"
"generated_at": "2024-12-14T00:04:55Z"
}

0 comments on commit 0ac7a15

Please sign in to comment.