Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 11, 2023
1 parent 4f0fe9e commit 91247b2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
timeout-minutes: 40
strategy:
matrix:
api-level: [30]
Expand All @@ -33,6 +32,7 @@ jobs:
- run: npm install ganache --global

- name: Run tests
timeout-minutes: 5
run: |
rm -rf ./output
mkdir ./output
Expand All @@ -48,13 +48,10 @@ jobs:
kill %2
- name: Collect tests results
run: ./gradlew :app:uninstallAll
if: ${{ failure() }}
uses: actions/upload-artifact@v1
with:
name: e2e-tests-results
path: output/

cleanup:
runs-on: self-hosted
steps:
- run: ./gradlew :app:uninstallAll

0 comments on commit 91247b2

Please sign in to comment.