Skip to content

Commit 71a5ff4

Browse files
committed
Add new nox tasks to main tasks.py
1 parent e975873 commit 71a5ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exasol/toolbox/nox/tasks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ def check(session: Session) -> None:
7676
from exasol.toolbox.nox._release import prepare_release
7777

7878
from exasol.toolbox.nox._artifacts import (
79-
check_artifacts
79+
check_artifacts,
80+
copy_artifacts,
81+
upload_artifacts_to_sonar
8082
)
8183

8284
from exasol.toolbox.nox._dependencies import (

0 commit comments

Comments
 (0)