Skip to content

fix: test gh runner

fix: test gh runner #7

Workflow file for this run

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"