Skip to content

Commit

Permalink
chore: add backend tests to CI (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve authored Sep 25, 2024
2 parents 4fb9758 + d2808e8 commit af39b1e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Lint and format
name: Lint, format and test

on:
push:

jobs:
lint-and-format:
lint-format-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -17,3 +17,5 @@ jobs:
run: yarn --immutable
- name: Run the linter
run: yarn lint:all
- name: Run backend tests
run: yarn workspace @vao/backend test

0 comments on commit af39b1e

Please sign in to comment.