Skip to content

Commit 57f151a

Browse files
committed
Run spawn-test-environment in /tmp
and uses latest version of CMake actions
1 parent 6ffe1e1 commit 57f151a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cpp_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
uses: actions/setup-python@v2
3232
with:
3333
python-version: 3.12
34-
- uses: lukka/get-cmake@v3.21.1
34+
- uses: lukka/get-cmake@v4.2.1
3535
- name: Run CMake
36-
uses: lukka/run-cmake@v3.4
36+
uses: lukka/run-cmake@v10.8
3737
id: runcmake
3838
with:
3939
cmakeGenerator: 'Ninja'

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
pip install exasol-integration-test-docker-environment
4646
- name: Start ITDE
4747
run: itde spawn-test-environment --environment-name test --database-port-forward 8888 --bucketfs-port-forward 6666 --db-mem-size 4GB --create-certificates
48+
working-directory: /tmp
4849
- name: Copy certificate
4950
run: mkdir /tmp/certificate && docker cp db_container_test:/certificates/rootCA.crt /tmp/certificate/rootCA.crt
5051
- name: Docker login

0 commit comments

Comments
 (0)