* fix: tests with validation errors were skipped * fixup * [no ci] fix one test * fix some tests * fix last test --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
7 lines
126 B
YAML
7 lines
126 B
YAML
runs:
|
|
using: composite
|
|
steps:
|
|
- run: |
|
|
echo $env:GITHUB_ENV
|
|
echo "kEy=n/a" > $env:GITHUB_ENV
|
|
shell: pwsh |