Skip to content

Commit

Permalink
✨ Add artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Aug 15, 2023
1 parent 026c858 commit c3586f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import nox
from laminci import upload_docs_artifact
from laminci.nox import build_docs, login_testuser1, run_pre_commit, run_pytest

# we'd like to aggregate coverage information across sessions
Expand All @@ -19,3 +20,4 @@ def build(session):
login_testuser1(session)
run_pytest(session)
build_docs(session)
upload_docs_artifact(aws=True)

0 comments on commit c3586f9

Please sign in to comment.