Skip to content

Commit 5e4bf5b

Browse files
authored
Add GitHub Actions CI workflow
1 parent ec7455a commit 5e4bf5b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: macos-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Run a one-line script
13+
run: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane test'
14+
env:
15+
TEST_SCHEME: "TOPasscodeViewControllerTests"

0 commit comments

Comments
 (0)