Skip to content

Commit

Permalink
fix: GitHub CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanBergenov committed Oct 22, 2021
1 parent ef9d6b2 commit 837c140
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ env:
TARGET_CONFIG_CACHE_APPEND: ${{ secrets.TARGET_CONFIG_CACHE_APPEND }}
TARGET_CONFIG_CONTAINS_TARGET_TABLES_CONFIG: ${{ secrets.TARGET_CONFIG_CONTAINS_TARGET_TABLES_CONFIG }}
MALFORMED_TARGET_CONFIG: ${{ secrets.MALFORMED_TARGET_CONFIG }}
TARGET_CONFIG_MERGE_STATE_FALSE_FLAG: ${{ secrets.TARGET_CONFIG_MERGE_STATE_FALSE_FLAG }}

on:
push:
branches: [ development, master ]
branches: [ development-state-handling-command-line-option, development, master ]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
echo "$TARGET_CONFIG_CACHE_APPEND" > "sandbox/target_config_cache_append.json"
echo "$TARGET_CONFIG_CONTAINS_TARGET_TABLES_CONFIG" > "sandbox/target_config_contains_target_tables_config.json"
echo "$MALFORMED_TARGET_CONFIG" > "sandbox/malformed_target_config.json"
echo "$TARGET_CONFIG_MERGE_STATE_FALSE_FLAG" > "sandbox/target_config_merge_state_false_flag.json"
pip install -r dev-requirements.txt
pytest --verbose
Expand Down

0 comments on commit 837c140

Please sign in to comment.