mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Adjust github action config file syntax.
This commit is contained in:
parent
88ecadfdb0
commit
74df474ac7
2
.github/workflows/run_tests_cdash.yml
vendored
2
.github/workflows/run_tests_cdash.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
||||
|
||||
- name: Run ctest serial script
|
||||
shell: bash -l {0}
|
||||
env:
|
||||
with:
|
||||
CDASH_TOKEN: ${{ secrets.CDASH_TOKEN }}
|
||||
run: |
|
||||
mkdir build
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user