Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2020-08-03 00:03:35 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2020-08-03 00:03:35 +0300
commit19297c248faedf390ac62387c796462aa8a39ac9 (patch)
tree6ee110e6130fdb7383266b3a778b7d38a77f1a8e /.github
parent8e8b4cf164213874411454597cccef5b959aeeba (diff)
Check tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f34891e..575469f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -36,6 +36,9 @@ jobs:
- name: Install Javascript dependencies
run: yarn install
+ - name: Check tests
+ run: yarn run test
+
- name: Build website
run: bundle exec middleman build