Skip to content

Commit ef5446f

Browse files
address the comments
1 parent 902f3f3 commit ef5446f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737

3838
- name: Validate paths
3939
run: |
40-
ls -la $SCRIPTS_PATH
41-
ls -la $DEV_OAS_PATH/openapi/v2.json
40+
if [ ! -f "dev-oas/$OAS_FILE" ]; then
41+
echo "::error::OAS file not found in $OAS_BRANCH branch"
42+
exit 1
43+
fi
4244
4345
- name: Setup Node
4446
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)