Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/janis-commerce/ui-native
Browse files Browse the repository at this point in the history
…into JUIP-97-añadir-soporte-para-poder-hacer-deploys-de-storybooks-en-la-web
  • Loading branch information
pablonortiz committed Jul 12, 2023
2 parents e33715c + 5b4ab74 commit 40c4eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ jobs:
name: Build
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x]

steps:

- uses: actions/checkout@v1

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 14.x

- name: npm install, run test
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/coverage-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
name: Build
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x]

steps:

Expand All @@ -19,7 +16,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 14.x

- name: npm install, make test-coverage
run: |
Expand Down

0 comments on commit 40c4eec

Please sign in to comment.