Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phrp720 committed Nov 23, 2024
1 parent 6cc894e commit 5b09f68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker Compose
uses: docker/setup-buildx-action@v2

- name: Start Prometheus with Docker Compose
working-directory: ./aw-sync-center
working-directory: aw-sync-center
run: |
docker run -d --name prometheus --restart unless-stopped \
-p 9090:9090 \
Expand Down

0 comments on commit 5b09f68

Please sign in to comment.