Skip to content

Commit

Permalink
Run tests in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Mar 1, 2024
1 parent 3c53187 commit 38d380c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ jobs:
# Enable once there are more deps installed
# - name: Check dependencies
# run: npm run lerna:run deps:check
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Setup env
uses: ./.github/actions/setup-env
- name: Run tests
run: npm run test --workspaces --if-present

0 comments on commit 38d380c

Please sign in to comment.