Skip to content

Commit

Permalink
ci: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 19, 2024
1 parent 5a30e0d commit 4731637
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,7 +73,8 @@ jobs:
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
ports: [3000:3000]
ports:
- 3000:3000
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 4731637

Please sign in to comment.