Skip to content

Commit

Permalink
Merge pull request #904 from gonuke/add_geant_string_to_tests
Browse files Browse the repository at this point in the history
Update for newer images with geant name
  • Loading branch information
pshriwise authored Sep 14, 2023
2 parents f140ff4 + 1cbd584 commit 0c4ae4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,15 @@ jobs:
moab_versions : [
5.3.0,
]
double_down : [
OFF,
]
geant_version : [
10.7.4,
]

container:
image: ghcr.io/${{ github.repository_owner }}/dagmc-ci-ubuntu-${{ matrix.ubuntu_versions }}-${{ matrix.compiler}}-ext-hdf5_${{ matrix.hdf5_versions}}-moab_${{ matrix.moab_versions }}/moab:latest
image: ghcr.io/${{ github.repository_owner }}/dagmc-ci-ubuntu-${{ matrix.ubuntu_versions }}-${{ matrix.compiler}}-geant4_${{ matrix.geant_version }}-hdf5_${{ matrix.hdf5_versions}}-moab_${{ matrix.moab_versions }}/moab:latest

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Next version
* Introduced logger to better manage console output (#876)
* Streamline CI to take advantage of better docker image management (#880, #896)
* Move more CI from scripts to actions (#895)
* Develop advisory tests on merge for MOAB, double-down and Geant4 (#870, #898, #899)
* Develop advisory tests on merge for MOAB, double-down and Geant4 (#870, #898, #899, #904)
* Adding flags to CI to ensure compatibility with MOOSE apps (#902)
* Fixing order of attribute initialization in the metadata class (#903)

Expand Down

0 comments on commit 0c4ae4c

Please sign in to comment.