mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
[QA-1126] Add placeholder workflow for device farm testing (#5292)
This commit is contained in:
parent
c5f597aedb
commit
00ded69a84
16
.github/workflows/test-device.yml
vendored
Normal file
16
.github/workflows/test-device.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Test Device
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test Device
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Placeholder step
|
||||
run: echo "Placeholder workflow step"
|
||||
Loading…
x
Reference in New Issue
Block a user