Update the GitHub workflow for tests #5
test.yml
on: push
Matrix: Test code on Linux
Matrix: Test code on macOS
Matrix: Test code on Windows
Annotations
2 warnings
|
Workflow syntax warning:
.github/workflows/test.yml#L44
.github/workflows/test.yml (Line: 44, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
Workflow syntax warning:
.github/workflows/test.yml#L52
.github/workflows/test.yml (Line: 52, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|