Skip to content

Commit

Permalink
Feat: Add call to run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Sep 15, 2023
1 parent 52e10d6 commit 56898ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Build
run: npm run build

- name: Run tests
run: npm run ci:test

- name: Aquarium Login
run: npm run sqd:auth
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build
run: npm run build

- name: Run tests
run: npm run ci:test

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ npm-debug.log*
# Generated folders/files
/src/model
/src/abi

#Test outputs
/coverage

0 comments on commit 56898ce

Please sign in to comment.