Skip to content

Commit

Permalink
Test job with dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 29, 2023
1 parent c66e103 commit 9b1251a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ jobs:
PublishAndroidRelease:
runs-on: ubuntu-latest
environment: production
needs: BuildAndroidRelease
needs: BuildAndroidRelease
- name: Test
run: echo "HI"

0 comments on commit 9b1251a

Please sign in to comment.