diff --git a/Makefile b/Makefile index 246d213e3..d183c701d 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,11 @@ tests-ci: -e ENABLE_USER_CONFIRMATION=false \ -e ENABLE_USER_REGISTRATION=true \ -e CORE_API_RATE_LIMIT=1000000 \ - --rm web bash -c "rake db:create && rake db:migrate && bundle exec rspec ./spec/requests/api/" + -e PROTOCOLS_IO_ACCESS_TOKEN=PROTOCOLS_IO_ACCESS_TOKEN \ + -e ENABLE_WEBHOOKS=true \ + --rm web bash -c "rake db:create && rake db:migrate && \ + yarn install && yarn build && yarn build:css && rails tailwindcss:build && \ + bundle exec rspec ./spec/" console: @$(MAKE) rails cmd="rails console"