Skip to content

Commit

Permalink
another one workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
kloV148 committed Oct 22, 2023
1 parent 53491d4 commit 6c89c04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Run yarn tests

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

jobs:
test:
runs-on: ubuntu-22.04

services:
postgres:
image: postgres
Expand Down

0 comments on commit 6c89c04

Please sign in to comment.