Skip to content

Commit

Permalink
fix workflows 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 committed Dec 5, 2024
1 parent 1042ac3 commit 354d69f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-plugin-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: DraKen0009/care
ref: adding-camera-plugin
ref: testing-for-workflows

# Update or Add ADDITIONAL_PLUGS in .local.env
- name: Update or Add ADDITIONAL_PLUGS in .local.env
Expand All @@ -41,8 +41,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 354d69f

Please sign in to comment.