Skip to content

fix: test gh runner #40

fix: test gh runner

fix: test gh runner #40

name: Run android regression tests
on:
workflow_dispatch:
inputs:
apk_url:
description: 'APK.tar.gz url to test'
required: true
type: string
default: 'https://oxen.rocks/RyanRory/loki-messenger-ios/onboarding/session-ios-20240718T023657Z-fe312a0d6-sim.tar.xz'
pr_to_co:
description: 'oxen-io/session-appium PR to checkout'
required: true
type: string
default: '10'
push:
branches:
- test-docker-container
jobs:
android-regression:
runs-on: [self-hosted, linux, x64, qa-android]
steps:
- uses: actions/checkout@v4
- name: run tests in already running container
run: echo "plop" |
ls ${{ runner.temp }} |
echo "pr_to_co ${{ inputs.temp }}" |
echo "apk_url ${{ inputs.apk_url }}"