mirror of
https://github.com/bitwarden/android.git
synced 2026-02-05 07:28:04 -06:00
17 lines
223 B
YAML
17 lines
223 B
YAML
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"
|