Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Aug 8, 2024
1 parent de4d44a commit 34bf6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_cmake_t8code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ on:
LESS_TESTS:
required: true
type: boolean
EVENT_NAME:
required: true
type: string

jobs:
t8code_cmake_tests:
Expand All @@ -51,6 +54,7 @@ jobs:
&& export MPI="${{ inputs.MPI }}"
&& export BUILD_TYPE="${{ inputs.BUILD_TYPE }}"
&& export LESS_TESTS="${{ inputs.LESS_TESTS }}"
&& export EVENT_NAME="${{ inputs.EVENT_NAME }}"
&& export SC_PATH=$PWD/sc/build/$BUILD_TYPE
&& export P4EST_PATH=$PWD/p4est/build/$BUILD_TYPE
&& echo MAKEFLAGS="$MAKEFLAGS" >> $GITHUB_ENV
Expand All @@ -59,6 +63,7 @@ jobs:
&& echo SC_PATH="$SC_PATH" >> $GITHUB_ENV
&& echo P4EST_PATH="$P4EST_PATH" >> $GITHUB_ENV
&& echo LESS_TESTS="$LESS_TESTS" >> $GITHUB_ENV
&& echo EVENT_NAME="$EVENT_NAME" >> $GITHUB_ENV
#
# T8CODE
#
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_cmake_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ jobs:
MPI: ${{ matrix.MPI }}
BUILD_TYPE: ${{ matrix.BUILD_TYPE }}
LESS_TESTS: ${{ github.event_name == 'pull_request' }}
EVENT_NAME: ${{ github.event_name }}

0 comments on commit 34bf6f3

Please sign in to comment.