Skip to content

Commit

Permalink
fix: update bitrise run
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 17, 2024
1 parent 2253d2f commit 4150d33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ format_version: "5"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- CI_OPTIONS: -Z
- LOCAL_OPTIONS: -Z -d
- OS: macos
workflows:
Expand All @@ -16,15 +15,14 @@ workflows:
inputs:
- content: |-
pip3 install -r app/requirements.txt
pytest --cov app
pytest ./app --cov app
- path::/Users/vagrant/git:
title: Step Test
run_if: true
is_skippable: false
inputs:
- CODECOV_TOKEN: $CODECOV_TOKEN
- OS: $OS
- other_options: $CI_OPTIONS
- CC_TOKEN: $CODECOV_TOKEN
- CC_FAIL_ON_ERROR: true
- script:
title: Step audit
inputs:
Expand All @@ -39,15 +37,15 @@ workflows:
inputs:
- content: |-
pip3 install -r app/requirements.txt
pytest --cov app
pytest ./app --cov app
- path::./:
title: Step Test
run_if: true
is_skippable: false
inputs:
- CODECOV_TOKEN: ${CODECOV_TOKEN}
- OS: $OS
- other_options: $LOCAL_OPTIONS
- CC_TOKEN: ${CODECOV_TOKEN}
- CC_FAIL_ON_ERROR: true
- CC_DRY_RUN: true
audit-this-step:
steps:
- script:
Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ git add step.sh

bitrise validate
bitrise run audit-this-step
bitrise run test-local
#bitrise run test-local

0 comments on commit 4150d33

Please sign in to comment.