Browse Source

Update node.js.yml

master
yuriy0803 2 years ago committed by GitHub
parent
commit
790f44d938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/node.js.yml

8
.github/workflows/node.js.yml

@ -3,7 +3,7 @@ name: Ember Application Build
on: on:
push: push:
branches: branches:
- master - main
jobs: jobs:
build: build:
@ -25,6 +25,12 @@ jobs:
npm install npm install
npx bower install --allow-root 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 - name: Build Ember application
run: | run: |
cd www # Replace with the actual repository directory where your Ember app is located cd www # Replace with the actual repository directory where your Ember app is located

Loading…
Cancel
Save