Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Oct 12, 2023
1 parent a34ef4e commit 4e43dd8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Simple Room CI
on:
push:
branches:
- master
- '*'
pull_request:
branches:
- master
- '*'

jobs:
sync-server-tests:
Expand All @@ -21,4 +21,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cd sync-server && npm i && npm test
- run: cd sync-server && npm i
- run: cd sync-server && npm test

0 comments on commit 4e43dd8

Please sign in to comment.