Skip to content

Commit

Permalink
Update docker-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazl8131 authored Sep 28, 2024
1 parent 9a5afc4 commit fbbdf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: python -m venv venv
- name: install dependecies
run: source venv/bin/activate && pip install -r requirements.txt
- name: build docker compose
run: docker compose build
- name: run in dev mode
run: sh ./AriaStack_Ansible/AriaStack/run_stack.sh

0 comments on commit fbbdf89

Please sign in to comment.