Skip to content

Commit

Permalink
[PKD-11]: Add test to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
eidan66 committed Jul 21, 2024
1 parent d35eebc commit c2a195a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Unit Tests

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: |
yarn
yarn test

0 comments on commit c2a195a

Please sign in to comment.