Skip to content

Commit

Permalink
Fixing Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
helder-junior committed Jun 17, 2024
1 parent 5dbbf1a commit ba126da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ jobs:
name: Run client tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- run: make build-dev
- run: make test
server-tests:
name: Run server tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- run: cd server
- run: make test

0 comments on commit ba126da

Please sign in to comment.