mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
fix(e2e-test): update runner configuration to support self-hosted and e2e environments (#8524)
This commit is contained in:
5
.github/workflows/tests-macos.yml
vendored
5
.github/workflows/tests-macos.yml
vendored
@@ -54,7 +54,10 @@ jobs:
|
||||
e2e-test:
|
||||
name: Playwright E2E Tests (macOS)
|
||||
timeout-minutes: 240
|
||||
runs-on: macos-latest
|
||||
runs-on:
|
||||
- macOS
|
||||
- self-hosted
|
||||
- e2e
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user