Skip to content

Commit

Permalink
Update CI to alma9
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Mar 20, 2024
1 parent 6af00b6 commit deb802b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
-it --name CLDConfig_CI \
-v ${{ github.workspace }}:/CLDConfig \
-v /cvmfs:/cvmfs:shared \
-d ghcr.io/aidasoft/centos7:latest /bin/bash
-d ghcr.io/key4hep/key4hep-images/alma9 /bin/bash
- name: Run tests (pytest)
- name: Run tests
run: |
docker exec CLDConfig_CI /bin/bash -c 'source ${{ matrix.SETUP }};
cd CLDConfig;
cmake .;
ctest --output-on-failure;
ctest --output-on-failure -j2;
'

0 comments on commit deb802b

Please sign in to comment.