Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Sep 22, 2024
1 parent 0fcde42 commit 3964672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
run: ./src/fixtures.sh

- name: Component test for iOS GHA
uses: ${{ github.workspace }}/
uses: "."
with:
archive-file: .tmp/pocket-casts-ios.xcarchive

- name: Component test for Android GHA
uses: ${{ github.workspace }}/
uses: "."
with:
archive-file: .tmp/pocket-casts-android.apk
wait-for-summary: true

0 comments on commit 3964672

Please sign in to comment.