Skip to content

Commit

Permalink
Merge branch 'github_container' of github.com:rem1776/FMS into github…
Browse files Browse the repository at this point in the history
…_container
  • Loading branch information
rem1776 authored and rem1776 committed Jul 27, 2023
2 parents 4e9bcd8 + 7e75e69 commit c1798c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_autotools_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- conf-flag: --with-mpi=no
input-flag: --enable-test-input=/home/unit_tests_input
container:
image: ryanmulhall/fms-ci-rocky-gnu:12.3.0
image: noaagfdl/fms-ci-rocky-gnu:12.3.0
env:
TEST_VERBOSE: 1
DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}"
SKIP_TESTS: "test_mpp_domains.14 test_horiz_interp2.9 test_horiz_interp2.10" # temporary till fixes are in
SKIP_TESTS: "test_mpp_domains2.14 test_horiz_interp2.9 test_horiz_interp2.10 test_yaml_parser.5" # temporary till fixes are in
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit c1798c6

Please sign in to comment.