Skip to content

Commit

Permalink
fix: restore .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Dec 5, 2024
1 parent 3ed17ef commit fe8ed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
- if: '$CI_COMMIT_MESSAGE =~ /(Release)/'
script:
- apk add --no-cache chromium && export CHROME_BIN='/usr/bin/chromium-browser'
- npm install
- npm ci
- npm run build -ws
- npm run test -ws
- npm run coverage
Expand Down

0 comments on commit fe8ed3e

Please sign in to comment.