Skip to content

Commit

Permalink
Update name of workflow file.
Browse files Browse the repository at this point in the history
Update env var to try to ensure we trigger integration tests.
  • Loading branch information
rtibbles committed Jul 3, 2024
1 parent 6d12a26 commit 42ec976
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-20.04
env:
INTEGRATION_TESTS: true
INTEGRATION_TESTS: 'true'
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-latest
env:
INTEGRATION_TESTS: true
INTEGRATION_TESTS: 'true'

services:
postgres:
Expand Down

0 comments on commit 42ec976

Please sign in to comment.