Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
adjustment drivers tests configuration (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dukhno authored May 8, 2021
1 parent f90e246 commit 980ea12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pgjdbc-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: pgjdbc driver

on:
schedule:
- cron: 0 0 * * 1 # weekly on Monday
workflow_dispatch:
- cron: 0 0 1 * * # monthly

defaults:
run:
Expand All @@ -17,7 +16,7 @@ jobs:
run: |
docker run -it -d --network host -p 5432:5432 ghcr.io/alex-dukhno/isomorphicdb
echo 'CONTAINER_ID='$(docker ps -q) >> $GITHUB_ENV
- name: checkout impossibl/pgjdbc-ng
- name: checkout pgjdbc/pgjdbc repository
uses: actions/checkout@v2
with:
repository: 'pgjdbc/pgjdbc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pgjdbc-ng-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
docker run -it -d --network host -p 5432:5432 ghcr.io/alex-dukhno/isomorphicdb
echo 'CONTAINER_ID='$(docker ps -q) >> $GITHUB_ENV
- name: checkout impossibl/pgjdbc-ng
- name: checkout impossibl/pgjdbc-ng repository
uses: actions/checkout@v2
with:
repository: 'impossibl/pgjdbc-ng'
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/psycopg2.yml

This file was deleted.

0 comments on commit 980ea12

Please sign in to comment.