Skip to content

Commit

Permalink
Makefile changes.
Browse files Browse the repository at this point in the history
Do not build imports when running actions. Fixes #1306.
Undoing Nico's changes on #1300.
Still need to fix profile errors
  • Loading branch information
cmungall committed Mar 29, 2022
1 parent e0a4596 commit c9da55b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,18 @@ FORMATS_INCL_TSV = $(sort $(FORMATS) tsv)
# ----------------------------------------

.PHONY: .FORCE
all: all_imports all_main all_subsets sparql_test all_reports all_assets validate-dl-profile
all: all_imports all_main all_subsets sparql_test all_reports all_assets

test: envo-edit.owl all_modules all_imports envo.owl all_reports
travis_test: test_python envo-edit.owl all_reports all_modules envo.owl validate-dl-profile
travis_test: test_python envo-edit.owl all_reports envo.owl

full_test: test envo.check-obo subsets/EnvO-Lite-GSC.check-obo

# temp test for travis
test_python:
python3 --version

# TODO: add this back to tests
validate-dl-profile: $(PRE_SRC)
# validates the DL profile for envo-edit merged with RO
# note: The file is not part of the repo. It is there for you to check.
Expand Down

0 comments on commit c9da55b

Please sign in to comment.