Skip to content

Instantly share code, notes, and snippets.

View vasarhelyia's full-sized avatar

Agnes Vasarhelyi vasarhelyia

View GitHub Profile
workflows:
test:
steps:
- path::./:
inputs:
- lane: test
inputs:
- lane:
opts:
title: "Fastlane lane"
description: |
Fastlane lane to run
- work_dir: $BITRISE_SOURCE_DIR
opts:
title: "Working directory"
description: |-
#!/bin/bash
set -ex
fastlane ${lane}
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
before_run:
- pull
after_run:
- commit_and_push
my-workflow:
steps:
- path::./:
my-workflow:
steps:
- git::https://github.com/bitrise-io/steps-fastlane@master:
my-workflow:
steps:
- fastlane:
inputs:
- lane: test
- work_dir: ./MyProject
- xcode-test: {}
- xcode-archive: {}
test:
steps:
- fastlane:
inputs:
- lane: test
- work_dir: ./MyProject
test:
steps:
- script:
inputs:
- content: |-
#!/bin/bash
set -ex
fastlane test