Skip to content

Commit

Permalink
chore: adding empty workflow to main as github won't find mine in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Sep 20, 2024
1 parent ff87518 commit d5be3e5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/desktop-regression.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run android regression tests
on:
workflow_dispatch:
inputs:
PLAYWRIGHT_REPO:
description: 'Playwright repo to checkout'
required: true
type: choice
options:
- oxen-io/session-playwright
- burtonemily/session-playwright
- bilb/session-playwright
default: oxen-io/session-playwright

jobs:
desktop-regression:
name: Desktop Regression Tests
runs-on: [self-hosted, linux, x64, qa-desktop]

steps:
- uses: actions/checkout@v4

0 comments on commit d5be3e5

Please sign in to comment.