Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matken11235 committed Jan 28, 2019
1 parent bd4b3f7 commit d4fc742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ aliases:
- run: ./build/poac -h
- run: file ./build/poac

- run: *run-poac-test
- store_test_results: *store-poac-test-result
# - run: *run-poac-test
# - store_test_results: *store-poac-test-result

version: 2
jobs:
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
- run: ./build/poac -h
- run: file ./build/poac

- run: *run-poac-test
- store_test_results: *store-poac-test-result
# - run: *run-poac-test
# - store_test_results: *store-poac-test-result

- persist_to_workspace:
root: /tmp/workspace
Expand Down

0 comments on commit d4fc742

Please sign in to comment.