Skip to content

Commit

Permalink
Added static assets build before testing using GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat authored Aug 12, 2023
1 parent bcfb316 commit 21218b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
php-version: 8.2
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
Expand All @@ -28,6 +29,8 @@ jobs:
${{ runner.os }}-php-
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Build static assets
run: npm run build
- name: Create Database
run: |
mkdir -p data
Expand Down

0 comments on commit 21218b6

Please sign in to comment.