Skip to content

Commit

Permalink
fixing workflows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 committed Dec 6, 2024
1 parent ddba845 commit 1813d20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-plugin-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:

steps:
# Checkout the DraKen0009/care repository
- name: Checkout ohcnetwork/care repository
- name: Checkout DraKen0009/care repository
uses: actions/checkout@v3
with:
repository: ohcnetwork/care
repository: DraKen0009/care
ref: adding-camera-plugin


# Build and start Docker containers
- name: Build and start Docker containers
run: |
Expand All @@ -29,8 +30,8 @@ jobs:
docker compose exec backend bash -c "python install_plugins.py"
# Run tests using `make test`
- name: Run `make test`
run: make test
# - name: Run `make test`
# run: make test

# Run Django management command tests
- name: Run Django management command tests
Expand Down

0 comments on commit 1813d20

Please sign in to comment.