Skip to content

Commit

Permalink
Rename action step
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 23, 2023
1 parent 280663a commit b62db8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests-darwin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: echo platform=$(echo ${{ inputs.platform }}) | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
shell: bash

- name: Run iOS unit tests
- name: Run unit tests
working-directory: auth0_flutter/example/${{ steps.lowercase-platform.outputs.platform }}
run: xcodebuild test -scheme Runner -workspace Runner.xcworkspace -destination '${{ inputs.destination }}' -resultBundlePath unit-tests.xcresult -skip-testing:RunnerUITests
shell: bash
Expand Down

0 comments on commit b62db8f

Please sign in to comment.