Skip to content

Commit

Permalink
Remove unnecesary instances of shell param
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 15, 2023
1 parent 2d62a99 commit c6c902f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ runs:
with:
xcode: ${{ inputs.xcode }}
action: none
shell: bash -euo pipefail
- name: Save Xcode version
run: xcodebuild -version | tee .xcode-version
shell: bash -euo pipefail
Expand All @@ -43,7 +42,6 @@ runs:
with:
path: Carthage
key: v1-carthage-${{ hashFiles('.xcode-version') }}-${{ hashFiles('Cartfile.resolved') }}
shell: bash -euo pipefail
- name: Install dependencies
if: steps.restore-carthage-cache.outputs.cache-hit != 'true'
run: carthage bootstrap --platform ${{ inputs.platform }} --no-use-binaries --cache-builds
Expand All @@ -55,7 +53,6 @@ runs:
with:
path: Carthage
key: v1-carthage-${{ hashFiles('.xcode-version') }}-${{ hashFiles('Cartfile.resolved') }}
shell: bash -euo pipefail
- name: Run tests
uses: mxcl/xcodebuild@v2
with:
Expand All @@ -64,4 +61,3 @@ runs:
scheme: ${{ inputs.scheme }}
code-coverage: true
configuration: release
shell: bash -euo pipefail

0 comments on commit c6c902f

Please sign in to comment.