Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:LuisEnMarroquin/json-as-xlsx int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
LuisEnMarroquin committed Mar 13, 2022
2 parents bb43522 + 35b5326 commit e90f9cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
deploy:
if: github.repository == 'LuisEnMarroquin/json-as-xlsx'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run test suite

on: [push, pull_request_target]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test

0 comments on commit e90f9cc

Please sign in to comment.