Skip to content

Commit

Permalink
Add makefile e2e target
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed May 27, 2019
1 parent 6b97d13 commit 020d274
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@ suse-package:
.PHONY: suse-changelog
suse-changelog:
ci/packaging/suse/changelog_maker.sh "$(CHANGES)"

# tests
.PHONY: test-e2e
test-e2e:
./ci/tasks/e2e-tests.py

0 comments on commit 020d274

Please sign in to comment.