Skip to content

Commit

Permalink
OH MY GOD I USED MY BRAIN FOR 1 SECOND
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 5, 2023
1 parent c980292 commit 47fb2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
django-check:
name: Django Check
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache
Expand All @@ -32,7 +32,7 @@ jobs:
pipenv run python -m coverage run --concurrency=multiprocessing manage.py test --settings=Platform.settings.ci --parallel
pipenv run python -m coverage combine
container:
image: python:3.8-buster
image: python:3.10-buster
env:
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
services:
Expand Down

0 comments on commit 47fb2ff

Please sign in to comment.