https://github.com/dotanuki-labs/norris/blob/master/.github/workflows/main.yml
acceptance_tests:
runs-on: ubuntu-20.04
timeout-minutes: 15
needs: [assemble_apk, espresso_prepare, unit_tests, static_analysis]
steps:
- name: Project Checkout
uses: actions/
[email protected]
- name: Fetch Instrumentation artefacts
uses: actions/
[email protected]
- name: Run Espresso tests over emulator.wtf
run: ./scripts/emulator-wtf.sh ${{ secrets.EMULATOR_WTF_TOKEN }}
- name: Archive execution results
if: success()
uses: actions/
[email protected]
with:
name: emulator-wtf-results
path: emulator-wtf-results