Skip to content

Commit

Permalink
fixed check_rollback_7.1.30_script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 1, 2024
1 parent 44e887f commit cc710f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_rollback_7.1.30_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.10"
poetry-version: '1.8.2'
- name: Start ITDE
run: poetry run itde spawn-test-environment --environment-name exasol_test --database-port-forward 8888 --bucketfs-port-forward 6583 --docker-db-image-version="${{ matrix.db-version }}";
run: poetry run itde spawn-test-environment --environment-name exasol_test --database-port-forward 8888 --bucketfs-port-forward 6583 --docker-db-image-version 7.1.29;
- name: Install dependencies
run: sudo apt update && sudo apt install -y perl default-jre
- name: Install EXAPlus
Expand Down

0 comments on commit cc710f6

Please sign in to comment.