Replaced exasol_bucketfs_utils_python
with exasol.bucketfs
available packages check for slc 8.0
#1417
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test package management scripts | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
test_package_management_scripts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: "3.10" | |
- uses: r-lib/actions/setup-r@v2 | |
- name: Init submodules | |
run: git submodule update --init --recursive | |
- name: Test install scripts dry-run | |
run: bash run_tests.sh | |
working-directory: ext/scripts/tests/install_scripts | |
- name: Test install scripts in docker container | |
run: bash test_scripts_in_docker.sh | |
working-directory: ext/scripts/tests/ | |
- name: Test list installed scripts | |
run: bash run_tests.sh | |
working-directory: ext/scripts/tests/list_installed_scripts |