Skip to content

Commit

Permalink
Updated release scripts (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
umitbuyuksahin authored Dec 13, 2021
1 parent ba5e2b4 commit e58b7a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,5 @@ jobs:
run: poetry install
- name: Poetry build
run: poetry build

- name: Checkout test environment
run: git clone https://github.com/exasol/integration-test-docker-environment.git
working-directory: ..
- name: Spawn EXASOL environemnt
run: ./start-test-env spawn-test-environment --environment-name test --database-port-forward 8888 --bucketfs-port-forward 6666 --db-mem-size 4GB
working-directory: ../integration-test-docker-environment

- name: Poetry run pytest integration tests
run: poetry run pytest tests
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,5 @@ jobs:
run: poetry install
- name: Build Poetry
run: poetry build

- name: Checkout test environment
run: git clone https://github.com/exasol/integration-test-docker-environment.git
working-directory: ..
- name: Spawn EXASOL environemnt
run: ./start-test-env spawn-test-environment --environment-name test --database-port-forward 8888 --bucketfs-port-forward 6666 --db-mem-size 4GB
working-directory: ../integration-test-docker-environment

- name: Poetry run pytest integration tests
run: poetry run pytest tests
4 changes: 2 additions & 2 deletions doc/changes/changes_0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# error-reporting-python 0.1.0, released 2021-12-13

Code Name: Exasol python error code builder
Code Name: Add Python-Builder for Exasol error messages

## Summary

Expand All @@ -12,6 +12,6 @@ structure. In addition it can contain one or more error messages and mitigation

- #1: Added initial project setup
- #3: Added error code builder

- #6: Prepared for the first release


0 comments on commit e58b7a8

Please sign in to comment.