refactor: Update test-setup.sh path in test.common.yaml

This commit is contained in:
Simon Larsen 2024-08-08 14:36:27 -06:00
parent a72373994a
commit ca7c55b557
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -17,6 +17,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18.3.0
- run: cd Common/Tests && bash test-setup.sh
- run: cd Common && bash test-setup.sh
- run: cd Common && npm install && npm run test