Skip to content

Commit

Permalink
Merge pull request #13 from Exygy/exygy-docker-nginx-update
Browse files Browse the repository at this point in the history
add unit test step to workflow
  • Loading branch information
kramduckner authored May 29, 2024
2 parents aebef2c + f043332 commit a61d1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
- run: npm i
- run: npm run test
- run: npm run build
env:
AUTH0_DOMAIN: ${{ secrets.AUTH0_DOMAIN }}
Expand Down

0 comments on commit a61d1d2

Please sign in to comment.