mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
This reverts commit 49a1e1cd0e.
Is causing issues in prod-adjacent environments (Jenkins)
This commit is contained in:
@@ -79,3 +79,9 @@ jobs:
|
||||
yarn global add licensee
|
||||
yarn global upgrade licensee
|
||||
licensee --errors-only
|
||||
|
||||
- name: Check Ember CLI Workspace Licenses
|
||||
if: ${{ !cancelled() }}
|
||||
working-directory: ./app/assets/javascripts
|
||||
run: |
|
||||
licensee --errors-only
|
||||
|
||||
Reference in New Issue
Block a user