Skip to content

Commit

Permalink
Updating set-version script. Remove package-lock.json files from the …
Browse files Browse the repository at this point in the history
…workspace (#509)

closes #508

Signed-off-by: mposolda <mposolda@gmail.com>
  • Loading branch information
mposolda authored Nov 17, 2023
1 parent 7578786 commit ae04a94
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1,847 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@ if [ "$1" = "jakarta" ]; then
elif [ "$1" = "extension" ]; then
run_tests extension
elif [ "$1" = "nodejs" ]; then
npm -C nodejs/resource-server install
npm -C nodejs/resource-server ci
npm -C nodejs/resource-server start&
if ! npm -C nodejs/resource-server test 2>&1 | tee test-logs/nodejs_resource-server.log; then
tests_with_errors+=("nodejs/resource-server")
fi
elif [ "$1" = "js" ]; then
npm -C js/spa install
npm -C js/spa ci
npx -C js/spa playwright install-deps chromium
npx -C js/spa playwright install chromium
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ target
# Node.js #
###########
node_modules
**/package-lock.json

# Keycloak distribution
keycloak-dist
Loading

0 comments on commit ae04a94

Please sign in to comment.