From 00ded69a843c7d5af3f9ec48d082ff15169b5171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Mon, 2 Jun 2025 13:39:16 +0100 Subject: [PATCH] [QA-1126] Add placeholder workflow for device farm testing (#5292) --- .github/workflows/test-device.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test-device.yml diff --git a/.github/workflows/test-device.yml b/.github/workflows/test-device.yml new file mode 100644 index 0000000000..f81f00ff40 --- /dev/null +++ b/.github/workflows/test-device.yml @@ -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"