Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkawai committed Jan 16, 2025
1 parent 6d0dfd5 commit 37172ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/FEProject_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
export SCALE=${GITHUB_WORKSPACE}/../scale
cd FElib/test/common
testdirs=
for testdir in ${testdirs}; do
make -C ${testdir} && make -C ${testdir} run
done
Expand All @@ -82,14 +81,14 @@ jobs:
env:
testdirs: (polynominal mesh_linedom1d mesh_rectdom2d_quadrilateral mesh_cubedsphere2d mesh_cubedom3d_hexahedral mesh_cubedsphere3d field_linedom1d field_rectdom2d_quadrilateral field_cubedspheredom2d field_cubedom3d_hexahedral field_cubedspheredom3d)
run: |
shell: bash
echo "Perform unit tests .."
export SCALE_FE_SYS=Linux64-gnu-ompi
export SCALE=${GITHUB_WORKSPACE}/../scale
cd FElib/test/FE
testdirs=
for testdir in ${testdirs}; do
for testdir in ${testdirs[@]}; do
make -C ${testdir} && make -C ${testdir} run
done
Expand Down

0 comments on commit 37172ac

Please sign in to comment.