Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Decrease the amount of warnings generated by Fluidity #349

Closed
wants to merge 11 commits into from
Closed
16 changes: 8 additions & 8 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
matrix:
name: [ "Build Bionic", "Build Focal", "Build Impish" ]
include:

- name: "Build Bionic"
release: bionic

- name: "Build Focal"
release: focal

Expand All @@ -31,15 +31,15 @@ jobs:

steps:

- name: Check Out Repo
- name: Check Out Repo
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
Expand All @@ -61,12 +61,12 @@ jobs:
matrix:
name: [ "Unit Bionic", "Short Bionic", "Medium Bionic", "Unit Focal", "Short Focal", "Medium Focal", "Unit Impish", "Short Impish", "Medium Impish" ]
include:

- name: "Unit Bionic"
release: bionic
command: "make unittest"
output: "test_results_unittests.xml"

- name: "Short Bionic"
release: bionic
command: "make THREADS=2 test"
Expand All @@ -81,7 +81,7 @@ jobs:
release: focal
command: "make unittest"
output: "test_results_unittests.xml"

- name: "Short Focal"
release: focal
command: "make THREADS=2 test"
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
"gyre_parallel",
"Stokes_square_convection_1e4_vv_p1p1",
"Stokes_square_convection_1e4_p1p1_Ra_Test",
"Stokes_square_convection_1e4_vv_gauss_p2p1",
"Stokes_square_convection_1e4_vv_gauss_p2p1",
"viscous_fs_drunkensailor",
"cylinder-3d-drag",
"viscosity_2d_p0_adaptive_parallel",
Expand Down
Loading