Skip to content

Commit

Permalink
wip: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Aug 15, 2024
1 parent b4fd9c8 commit 6528eed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
shell: bash
- name: Detox run
run: |
detox test -c ios.sim.debug -u --loglevel trace
detox test -c ios.sim.debug -u --record-videos all
working-directory: ${{ inputs.working_directory }}
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: oauth-signout-artifact
if-no-files-found: ignore
path: |
amplify-js-samples-staging/samples/react-native/auth/HosteduiApp/artifacts
retention-days: 14

0 comments on commit 6528eed

Please sign in to comment.