Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve night #412

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ jobs:
- name: (DOCKER) Stop Docker container
run: docker kill vintner

###################################################
#
# NPM
#
###################################################

- name: (NPM) Uninstall Vintner
run: rm -f $(which vintner)

- name: (NPM) Install Vintner using NPM
run: npm install --global opentosca-vintner

- name: (NPM) Test Vintner
run: vintner --version

###################################################
#
# xOpera Motivation Development
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,9 @@ Then, create the patch.
```shell linenums="1"
yarn patch-package --exclude 'nothing' ${package-name}
```

## Night

The Night workflow is scheduled for every tuesday at 420.
This workflow ensures that the latest release is correctly signed and can be executed.
Moreover, integration tests are executed, which use xOpera, Unfurl, and GCP.
5 changes: 0 additions & 5 deletions docs/docs/contributing/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ There is only one release at total.
However, there is also the Build workflow.
This workflow basically has the same steps as the Release workflow but does create his own GitHub release and does not deploy the docs.

## Night

The Night workflow is scheduled for every tuesday at 420.
This workflow ensures that the latest release is correctly signed and can be executed.
Moreover, integration tests are executed, which use xOpera, Unfurl, and GCP.

## NPM

Expand Down
Loading