Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Aug 14, 2024
1 parent 95dc3e1 commit 594f48c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ jobs:
- name: Install composer dependencies
run: composer install --prefer-dist --no-interaction

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install Node dependencies
run: npm ci --no-audit --ignore-scripts

- name: Build assets
run: npm run build

- name: Setup env
run: |
cp .env.ci .env
Expand Down

0 comments on commit 594f48c

Please sign in to comment.