Skip to content

Commit

Permalink
Merge branch 'loremattei/fix-maestro-reporting' into loremattei/test-…
Browse files Browse the repository at this point in the history
…maestro-reporting-fixed
  • Loading branch information
loremattei committed Apr 16, 2024
2 parents 80893c4 + 67c61c4 commit acb8b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Release tests
id: release-tests
uses: mobile-dev-inc/[email protected].0
uses: mobile-dev-inc/[email protected].1
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Privacy tests
id: privacy-tests
uses: mobile-dev-inc/[email protected].0
uses: mobile-dev-inc/[email protected].1
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Ad Click Detection Flow tests
id: ad-click-tests
uses: mobile-dev-inc/[email protected].0
uses: mobile-dev-inc/[email protected].1
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app
Expand Down

0 comments on commit acb8b28

Please sign in to comment.