Skip to content

Commit

Permalink
Merge pull request #50 from team-telnyx/WEBRTC-Remove-Dokka
Browse files Browse the repository at this point in the history
[WEBRTC-644] No longer need dokka generation
  • Loading branch information
Oliver-Zimmerman authored Aug 13, 2021
2 parents 6af2a96 + aca4c49 commit ffe2115
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/firebase_test_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,3 @@ jobs:

- name: Run Instrumentation Tests in Firebase Test Lab
run: gcloud firebase test android run --type instrumentation --app app-debug/app-debug.apk --test app-debug-androidTest/app-debug-androidTest.apk --device version=28,orientation=portrait

generate_api_docs:
needs: [firebase]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Generate API documentation
if: ${{github.event_name == 'push'}}
run: ./gradlew dokkaHtml

0 comments on commit ffe2115

Please sign in to comment.