Skip to content

Commit

Permalink
fix: test gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Aug 16, 2024
1 parent d177c62 commit 348ec2c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .drone.jsonnet

This file was deleted.

42 changes: 42 additions & 0 deletions .github/workflows/android-regression.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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/oxen-io/session-android/dev/session-android-20240815T053242Z-93a28906f-universal.tar.xz'
pr_to_co:
description: 'oxen-io/session-appium PR to checkout'
required: true
type: string
default: '10'

push:
branches:
- test-docker-container

# ${{ inputs.apk_url }}
# ${{ inputs.pr_to_co }}
jobs:
android-regression:
runs-on: [self-hosted, linux, x64, qa-android]
env:
apk_url: 'htthttps://oxen.rocks/oxen-io/session-android/dev/session-android-20240815T053242Z-93a28906f-universal.tar.xz'
pr_to_co: '10'

steps:
- uses: actions/checkout@v4
- name: Runner Details
run: |
echo "pr_to_co $pr_to_co"
echo "apk_url $apk_url"
- name: Download APK
run: |
wget -O plop.apk $apk_url
ls
pwd
Binary file added plop.apk
Binary file not shown.

0 comments on commit 348ec2c

Please sign in to comment.