Skip to content

Commit

Permalink
change ci to not trigger gen building, since it is not committed anyw…
Browse files Browse the repository at this point in the history
…ay. See issue #928
  • Loading branch information
protolambda committed Apr 17, 2019
1 parent 06b32a0 commit 1eda478
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
name: Run py-tests
command: make test

- run:
name: Generate YAML tests
command: make gen_yaml_tests

# TODO in future PR (after #851): decide on CI triggering of yaml tests building,
# TODO see #928: decide on CI triggering of yaml tests building,
# and destination of output (new yaml tests LFS-configured repository)
#
# - run:
# name: Generate YAML tests
# command: make gen_yaml_tests
#
# - store_artifacts:
# path: test-reports
# destination: test-reports
Expand Down

0 comments on commit 1eda478

Please sign in to comment.