Skip to content

Commit

Permalink
Adjust github action config file syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Oct 24, 2023
1 parent 88ecadf commit 74df474
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_cdash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Run ctest serial script
shell: bash -l {0}
env:
with:
CDASH_TOKEN: ${{ secrets.CDASH_TOKEN }}
run: |
mkdir build
Expand Down
3 changes: 0 additions & 3 deletions ctest_scripts/ctest_serial.ctest
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ ELSE (CDASH_TOKEN)
MESSAGE("NO CDASH TOKEN FOUND")
ENDIF (CDASH_TOKEN)

MESSAGE("Using cdash token: ${CDASH_TOKEN}")


SITE_NAME(local_site_name)
set(CTEST_SITE ${local_site_name})

Expand Down

0 comments on commit 74df474

Please sign in to comment.