Skip to content

Commit

Permalink
copy apps into zip folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 19, 2023
1 parent 1d2a57b commit 1d18c0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Copy e2e code into zip folder
run: cp -r tests/e2e zip

- name: Copy apps into zip folder
run: |
cp app-e2eRelease-baseline.apk zip
cp app-e2eRelease-compare.apk zip
- name: Zip everything in the zip directory up
run: zip -qr App.zip ./zip

Expand Down

0 comments on commit 1d18c0e

Please sign in to comment.