Skip to content

Commit

Permalink
ci: bump setup-python v5, grafana service port def
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 19, 2024
1 parent 292cdd3 commit a7eec86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ jobs:
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
ports: ["3000:3000"]
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down

0 comments on commit a7eec86

Please sign in to comment.