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 Jul 4, 2024
1 parent d177c62 commit 6b3a9f9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/plop.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6b3a9f9

Please sign in to comment.