Skip to content

Update redis Docker tag to v7.2.0 #1820

Update redis Docker tag to v7.2.0

Update redis Docker tag to v7.2.0 #1820

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install test dependencies
run: pip install -r tests/requirements.txt
- name: Run tests
run: pytest -vvvv tests/
helm:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.base_ref }}