We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a8f9b commit 818e86cCopy full SHA for 818e86c
.github/workflows/test.yml
@@ -549,10 +549,8 @@ jobs:
549
echo "COVERAGE_FILE=linux-py${{ matrix.python-version }}-dj${{ matrix.django-version }}-oracle${ORACLE_TAG}.coverage" >> $GITHUB_ENV
550
if [[ "${{ matrix.django-version }}" == "4.2" ]]; then
551
echo "ORACLE_DATABASE=XEPDB1" >> $GITHUB_ENV
552
- just test-all cx_oracle
553
else
554
echo "ORACLE_DATABASE=FREEPDB1" >> $GITHUB_ENV
555
- just test-all oracledb
556
fi
557
- uses: actions/checkout@v6
558
- name: Set up Python ${{ matrix.python-version }}
0 commit comments