|
|
|
|
@ -3,7 +3,7 @@ name: Ember Application Build
|
|
|
|
|
on: |
|
|
|
|
push: |
|
|
|
|
branches: |
|
|
|
|
- master |
|
|
|
|
- main |
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
build: |
|
|
|
|
@ -25,6 +25,12 @@ jobs:
|
|
|
|
|
npm install |
|
|
|
|
npx bower install --allow-root |
|
|
|
|
|
|
|
|
|
- name: Install ember-truth-helpers and jdenticon |
|
|
|
|
run: | |
|
|
|
|
cd www # Replace with the actual repository directory where your Ember app is located |
|
|
|
|
npm install ember-truth-helpers |
|
|
|
|
npm install jdenticon@2.1.0 |
|
|
|
|
|
|
|
|
|
- name: Build Ember application |
|
|
|
|
run: | |
|
|
|
|
cd www # Replace with the actual repository directory where your Ember app is located |
|
|
|
|
|