Skip to content

Commit

Permalink
test12
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed May 27, 2024
1 parent 9a4c3c4 commit e34db3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yaml_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
done < design_files.txt
echo "Missing YAML files count: $missing_yaml_files"
echo "::set-output name=missing_yaml_files::$missing_yaml_files"
echo "missing_yaml_files=$missing_yaml_files" >> $GITHUB_ENV
- name: Fail if any YAML files are missing
if: steps.yaml_check.outputs.missing_yaml_files != '0'
if: env.missing_yaml_files != '0'
run: |
echo "One or more .gds or .oas files are missing corresponding .yaml files"
exit 1
Empty file added submissions/test12.gds
Empty file.

0 comments on commit e34db3e

Please sign in to comment.