Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion authored Feb 8, 2022
2 parents 0cc1c9d + c988f46 commit 6e65bd1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run CI
on: [push]
on: [push, pull_request]

jobs:
CI:
runs-on: macos-latest
# env:
# DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,4 +64,7 @@ jobs:
- name: Pod lib lint
run: set -o pipefail && bundle exec pod lib lint --allow-warnings

- name: Codecov
run: bash <(curl -s https://codecov.io/bash) -D /tmp/PinLayout

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 6e65bd1

Please sign in to comment.