Skip to content

Commit

Permalink
Testing shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jr20xx committed Dec 8, 2024
1 parent 01093b6 commit 238cfc3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Testing the shared workflow to build a debug APK

on:
workflow_dispatch:

jobs:
build:
name: Testing shared workflow
uses: jr20xx/apk-builder-workflow/.github/workflows/build_debug_apk.yml@main
with:
app-name: 'SplitMe'

0 comments on commit 238cfc3

Please sign in to comment.