Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 25, 2022
1 parent 78a0376 commit 7081d44
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,8 @@ jobs:
- name: Install Dependencies
run: yarn

- name: Test [keyv]
run: yarn workspace keyv test

- name: Test [sqlite]
run: yarn workspace @keyv/sqlite test

- name: Test [etcd]
run: yarn workspace @keyv/etcd test

- name: Test [memcache]
run: yarn workspace @keyv/memcache test

- name: Test [mongo]
run: yarn workspace @keyv/mongo test

- name: Test [mysql]
run: yarn workspace @keyv/mysql test

- name: Test [offline]
run: yarn workspace @keyv/offline test

- name: Test [postgres]
run: yarn workspace @keyv/postgres test

- name: Test [redis]
run: yarn workspace @keyv/redis test

- name: Test [test-suite]
run: yarn workspace @keyv/test-suite test

- name: Test [tiered]
run: yarn workspace @keyv/tiered test
- name: Test Packages
run: yarn test

- name: Generate Code Coverage Report
run: yarn coverage
Expand Down

0 comments on commit 7081d44

Please sign in to comment.