Skip to content

Commit

Permalink
Add CLI launcher E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchang-bird committed Jan 8, 2022
1 parent ca526c1 commit e90e2d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ jobs:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: Sources/MockingbirdAutomationCli/buildAndRun.sh test example ${{ matrix.type }}

test-cli-launcher:
name: Test CLI Launcher
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Test
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
MKB_ARTIFACTS_URL: https://github.com/birdrides/mockingbird/releases/download/0.19.0/<FILE>
run: ./mockingbird version

build-cocoapods:
name: Build CocoaPods
runs-on: macOS-latest
Expand Down

0 comments on commit e90e2d3

Please sign in to comment.