Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/moraisandre/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
moraisandre committed Apr 10, 2021
2 parents 7aa250d + a32146f commit b8e153e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/main-upload-to-ftp.yml
Expand Up @@ -34,10 +34,23 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# Runs npm i and build
- name: npm install and ng run build:ci
# Runs npm i and test
- name: npm install and ng run test:ci
run: |
npm i
npm run test:ci
- name: Coveralls GitHub Action
# You may pin to the exact commit or the version.
# uses: coverallsapp/github-action@8cbef1dea373ebce56de0a14c68d6267baa10b44
uses: coverallsapp/github-action@v1.1.2
with:
#
github-token: ${{ secrets.GITHUB_TOKEN }}

# Runs npm build --prod
- name: npm run build:ci
run: |
npm run build:ci
# Upload to FTP
Expand Down

0 comments on commit b8e153e

Please sign in to comment.