This action runs cypress e2e tests and reports to slack.
- name: Build app and run e2e tests
uses: enle-org/mobile-deploy-action@master
with:
slack_client_id: ${{ secrets.SLACK_CLIENT_ID }}
slack_client_secret: ${{ secrets.SLACK_CLIENT_SECRET }}
slack_verification_token: ${{ secrets.SLACK_VERIFICATION_TOKEN }}
slack_auth_token: ${{ secrets.SLACK_AUTH_TOKEN }}