android.yml 302 B

123456789101112131415161718192021
  1. name: Android
  2. on:
  3. push:
  4. branches: [ main ]
  5. pull_request:
  6. branches: [ main ]
  7. jobs:
  8. build:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: Checkout
  12. uses: actions/checkout@v4
  13. with:
  14. fetch-depth: 0
  15. - name: Run tests
  16. uses: skiptools/swift-android-action@v2