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 5da4103
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .drone.jsonnet

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/android-regression.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Run android regression tests
on:
workflow_dispatch:
inputs:
tags:
description: "APK.tar.gz url to test"
required: true
type: string
# push:
# branches:
# - test-docker-container

jobs:
android-regression:
runs-on: [self-hosted, linux, x64, qa-android]
steps:
- name: run tests in already running container
run: docker exec $(docker ps -q) sh -c "dl_and_test"

0 comments on commit 5da4103

Please sign in to comment.