Skip to content

Commit

Permalink
also execute assets:precompile as part of GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Nov 30, 2023
1 parent 7e63755 commit 1c0ecb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- 'test:graphql'
- 'webpack:compile test:integration'
- 'db:seed'
- 'assets:precompile RAILS_ENV=production DATABASE_URL=nulldb://nohost'
steps:
- run: sudo apt-get update
- run: sudo apt-get -qq -y install build-essential libcurl4-openssl-dev zlib1g-dev libpq-dev libvirt-dev
Expand Down

0 comments on commit 1c0ecb5

Please sign in to comment.