added folder structure for testing (#7)

* added folder structure for testing
added testing.sh script
added testing github action

* delete rebalancing file for testing

* run multiple variants of the command

* fix "integer expression expected"

* added assertions

* output logged data
This commit is contained in:
Markus Ressel
2022-03-29 04:02:13 +02:00
committed by GitHub
parent b5fcf1ad0c
commit d62e6e0be7
9 changed files with 75 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master