We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526d7ea commit c7b5d3eCopy full SHA for c7b5d3e
.github/workflows/docker_linuxes.yml
@@ -96,18 +96,6 @@ jobs:
96
- name: Run unit tests (ctest) within the Docker image
97
run: docker run ctl:latest sh -c "cd ./build && ctest"
98
99
- ubuntu-23-10:
100
-
101
- runs-on: ubuntu-latest
102
103
- steps:
104
- - uses: actions/checkout@v4
105
- - name: Build the Docker image
106
- run: docker build --no-cache --rm -f ./docker/Dockerfile_ubuntu_23.10 -t ctl:latest .
107
108
- - name: Run unit tests (ctest) within the Docker image
109
- run: docker run ctl:latest sh -c "cd ./build && ctest"
110
111
ubuntu-latest:
112
113
runs-on: ubuntu-latest
0 commit comments