Skip to content

Commit

Permalink
Merge pull request #49 from KenMwaura1/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1
  • Loading branch information
KenMwaura1 authored Oct 10, 2024
2 parents e0a6880 + 73e82c3 commit f53abc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/zoo_django_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: ["3.10", "3.11", "3.12"]
database-name:
- zoo_django_actions
database-password:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:


steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -101,17 +101,17 @@ jobs:
ALLOWED_HOSTS: localhost
GITHUB_WORKFLOW: True
MODE: workflow
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
- name: Build the images and start the containers
run: |
export GITHUB_WORKFLOW=True
export MODE="Test"
docker-compose -f docker-compose.yml build
docker-compose -f docker-compose.yml up -d
# run: docker-compose up -d --build
docker compose -f docker-compose.yml build
docker compose -f docker-compose.yml up -d
# run: docker compose up -d --build
- name: Stop containers
if: always()
run: docker-compose -f "docker-compose.yml" down
run: docker compose -f "docker-compose.yml" down



Expand Down

0 comments on commit f53abc2

Please sign in to comment.