Skip to content

Commit

Permalink
Pretty step names
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Aug 18, 2019
1 parent 1c7d0b2 commit d9893e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-master-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
name: Verify that podspec lints
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- run: ./build.sh cocoapods-lint
- name: Checkout the Git repository
uses: actions/checkout@v1
- name: Run build.sh with cocoapods-lint mode
run: ./build.sh cocoapods-lint
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
name: ${{ matrix.name }}
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- name: Checkout the Git repository
uses: actions/checkout@v1
- run: ./build.sh ${{ matrix.mode }}

0 comments on commit d9893e6

Please sign in to comment.