Skip to content

Commit

Permalink
fix node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Headary committed Oct 28, 2023
1 parent dee885e commit ed22867
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
ini-values: session.gc_probability=0, date.timezone="Europe/Prague", display_startup_errors = Off
- uses: actions/setup-python@v4
name: Setup Python
- run: composer install # netteForms.js
- run: composer install
- run: npm ci
name: NPM clean install
- run: python3 ./app/i18n/compile-js.py
name: Compile translations
- run: npm run build
env:
CI: true

0 comments on commit ed22867

Please sign in to comment.