Skip to content

Commit c988f46

Browse files
committed
Update CI
1 parent c5420cf commit c988f46

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Run CI
2-
on: [push]
2+
on: [push, pull_request]
3+
34
jobs:
45
CI:
56
runs-on: macos-latest
6-
# env:
7-
# DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
7+
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
@@ -64,4 +64,7 @@ jobs:
6464
- name: Pod lib lint
6565
run: set -o pipefail && bundle exec pod lib lint --allow-warnings
6666

67+
- name: Codecov
68+
run: bash <(curl -s https://codecov.io/bash) -D /tmp/PinLayout
69+
6770
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)