Skip to content

Commit

Permalink
segment out code setup and validation from test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Apr 14, 2021
1 parent 49a1d54 commit 1146d56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger_map:
- pull_request_source_branch: '*'
workflow: ci
workflows:
ci:
setup:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
Expand All @@ -33,6 +33,10 @@ workflows:
- args: ''
- command: lint
is_always_run: true
setup:
before_run:
- setup
steps:
- yarn@0:
inputs:
- args: ''
Expand Down

0 comments on commit 1146d56

Please sign in to comment.