Skip to content

Commit

Permalink
fix: resolve issue where CI env was failing due to dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Aug 7, 2023
1 parent 45b2681 commit ba93840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
IMAGE_REPO: 'localhost:5000'
REGISTRY: 'localhost:5000'
Expand Down

0 comments on commit ba93840

Please sign in to comment.