From 6b3a9f96b59135d89226ef3fe092abe161a037f6 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 3 Jul 2024 17:17:20 +1000 Subject: [PATCH] fix: test gh runner --- .github/workflows/plop.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/plop.yml diff --git a/.github/workflows/plop.yml b/.github/workflows/plop.yml new file mode 100644 index 00000000..c9879856 --- /dev/null +++ b/.github/workflows/plop.yml @@ -0,0 +1,24 @@ +name: hello-world +on: + workflow_dispatch: + inputs: + tags: + description: "APK.tar.gz url to test" + required: false + type: string + environment: + description: "Commit of oxen-io/session-appium to checkout" + type: string + required: true + push: + branches: + - test-docker-container + +jobs: + my-job: + runs-on: [self-hosted, linux, x64, qa-android] + steps: + - name: my-step + run: echo "Hello World!" + - name: run the tests in docker + run: docker exec $(docker ps -q) sh -c "dl_and_test"