Fix #5143: Update robolectric to 4.7 and update espresso-core to 3.5-alpha07 #9322
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contains jobs corresponding to Oppiabot. | |
name: Oppiabot | |
on: | |
pull_request_target: | |
branches: | |
- develop | |
jobs: | |
oppiabot: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: CLA Check | |
uses: oppia/[email protected] | |
with: | |
repo-token: ${{secrets.GITHUB_TOKEN}} | |
env: | |
SHEETS_TOKEN: ${{ secrets.SHEETS_TOKEN }} | |
SHEETS_CRED: ${{ secrets.SHEETS_CRED }} | |
SPREADSHEET_ID: ${{ secrets.SPREADSHEET_ID }} |