Skip to content

Commit

Permalink
Use test_oorq module for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Oct 10, 2024
1 parent baf9a4d commit e3af0d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/redis3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "2.7", "3.11" ]
erp-module: [ "oorq" ]
erp-module: [ "test_oorq" ]
services:
postgres:
image: timescale/timescaledb-ha:pg15-ts2.11-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "2.7", "3.11" ]
erp-module: [ "oorq" ]
erp-module: [ "test_oorq" ]
services:
postgres:
image: timescale/timescaledb-ha:pg15-ts2.11-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "2.7", "3.11" ]
erp-module: [ "oorq" ]
erp-module: [ "test_oorq" ]
services:
postgres:
image: timescale/timescaledb-ha:pg15-ts2.11-all
Expand Down

0 comments on commit e3af0d5

Please sign in to comment.