1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

wc on right file for smoke test

This commit is contained in:
Martin McKeaveney 2022-01-14 15:25:59 +01:00
parent 21577ae264
commit b704e086a9

View file

@ -22,7 +22,7 @@ jobs:
-H 'Accept: application/vnd.github.v3.raw' \
-o packages/builder/cypress.env.json \
-L https://api.github.com/repos/budibase/budibase-infra/contents/test/cypress.env.json
wc -l cypress.env.json
wc -l packages/builder/cypress.env.json
- run: yarn test:e2e:ci
env:
CI: true