mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-06-01 13:00:21 -04:00
fix(deps): update dependency @qlik/api to ^2.8.0 (#2003)
* fix(deps): update dependency @qlik/api to ^2.8.0 * chore: update playwright * chore: move the playwright install in test-create --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
6
.github/scripts/nebula_create.sh
vendored
6
.github/scripts/nebula_create.sh
vendored
@@ -30,5 +30,11 @@ if [ "$BUILD" = "true" ]; then
|
||||
yarn run build
|
||||
fi
|
||||
if [ "$TEST" = "true" ]; then
|
||||
echo "Installing Playwright browser for this generated project"
|
||||
if [ "${CI:-false}" = "true" ]; then
|
||||
yarn playwright install chromium --with-deps
|
||||
else
|
||||
yarn playwright install chromium
|
||||
fi
|
||||
yarn run test:e2e
|
||||
fi
|
||||
Reference in New Issue
Block a user