Skip to content

Commit 740f7e9

Browse files
committed
Update ci.yml
1 parent 69a923c commit 740f7e9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • {{ cookiecutter.name | lower }}/.github/workflows

{{ cookiecutter.name | lower }}/.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#{% raw %}
21
name: "{{ cookiecutter.name | lower }}"
32

43
on:
@@ -27,7 +26,9 @@ jobs:
2726
with:
2827
args: --strict
2928
env:
29+
{% raw %}
3030
DIFF_BASE: ${{ github.base_ref }}
31+
{% endraw %}
3132
Latest:
3233
name: Test Latest (iOS, macOS, tvOS, watchOS)
3334
runs-on: macOS-12
@@ -63,6 +64,7 @@ jobs:
6364
sdk: macosx
6465
{% endif %}
6566
steps:
67+
{% raw %}
6668
- uses: actions/checkout@v3
6769
- name: ${{ matrix.name }}
6870
run: xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "./${{ matrix.sdk }}.xcresult" | xcpretty -r junit
@@ -72,4 +74,4 @@ jobs:
7274
token: ${{ secrets.CODECOV_TOKEN }}
7375
xcode: true
7476
xcode_archive_path: "./${{ matrix.sdk }}.xcresult"
75-
#{% endraw %}
77+
{% endraw %}

0 commit comments

Comments
 (0)