Skip to content

Commit

Permalink
AgendaSingle Test removed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoZanotti authored and lpirola committed Jul 2, 2024
1 parent 454318f commit a2f974d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing
on:
pull_request:
branches:
- "main"
- "develop"

jobs:
phpunit:
Expand All @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
submodules: recursive

- name: Add hosts to /etc/hosts
run: |
Expand All @@ -32,6 +34,8 @@ jobs:

- name: Run migrations
run: |
pwd
ls -la
php src/tools/apply-updates.php
env:
APP_MODE: development
Expand Down
1 change: 0 additions & 1 deletion src/plugins/plugin-MultipleLocalAuth
Submodule plugin-MultipleLocalAuth deleted from a299fc
22 changes: 0 additions & 22 deletions tests/unit/AgendaSingleTest.php

This file was deleted.

0 comments on commit a2f974d

Please sign in to comment.