You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon push to my own Github repositoty, three 'Actions' are run, of which the third (regtest_gnu) is a new one in commit 629d27a and fails with the annotation:
"Invalid workflow file: .github/workflows/regtest_gnu.yml#L95
You have an error in your yaml syntax on line 95"
Then Github runs the thee 'Actions' GNU Linux Build, Intel Linux Build, and regtest_gnu.
Expected behavior
I wouldn't care if the file regtest_gnu.yml was omitted. But it should not have a syntax error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I am not familiar with Spack, but I tried to check the file regtest_gnu.yml file with https://rhysd.github.io/actionlint/ . It seems that lines 95 and 94 have no syntax errors, and hence there may be a complex of other code errors.
The text was updated successfully, but these errors were encountered:
@CarstenHansen - I found two small bugs that when fixed, get you passed the failure. This allows the regtest to complete successfully, but then it fails later in the commands that try to compare output files after the run. I have a branch with the two fixes, and that also comments out those last file check commands, which just passed all github CI successfully. I'll push this as a draft PR now, given the federal holiday tomorrow, and Jessica is also on leave. I'd like to let her and @edwardhartnett have a chance to weigh in on whether this is a reasonable fix. If no big changes are suggested, which I don't foresee, we should be able to process this on Thursday.
Describe the bug
I update WW3 on my repository with:
Upon push to my own Github repositoty, three 'Actions' are run, of which the third (regtest_gnu) is a new one in commit 629d27a and fails with the annotation:
"Invalid workflow file: .github/workflows/regtest_gnu.yml#L95
You have an error in your yaml syntax on line 95"
To Reproduce
I update WW3 on my repository with:
Then Github runs the thee 'Actions' GNU Linux Build, Intel Linux Build, and regtest_gnu.
Expected behavior
I wouldn't care if the file regtest_gnu.yml was omitted. But it should not have a syntax error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I am not familiar with Spack, but I tried to check the file regtest_gnu.yml file with https://rhysd.github.io/actionlint/ . It seems that lines 95 and 94 have no syntax errors, and hence there may be a complex of other code errors.
The text was updated successfully, but these errors were encountered: