Skip to content

Commit

Permalink
test: check directory existence
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Sep 23, 2024
1 parent c767322 commit da42650
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
echo "@typescript-eslint package does not exist in root directory."
fi
if [[ -d node_module/@graphql-eslint ]]; then
echo "@graphql-eslint package exists in root directory."
else
echo "@graphql-eslint package does not exist in root directory."
fi
- run: npm run test
run-tests-win:
runs-on: windows-latest
Expand Down

0 comments on commit da42650

Please sign in to comment.