Skip to content

Commit

Permalink
name of apache service
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Jan 14, 2025
1 parent 99b1963 commit a48430b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testing-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
- name: Start Apache Server
run: |
Start-Service Apache24
Get-Service Apache24
Start-Service Apache
Get-Service Apache
- name: Init behat
shell: bash
Expand All @@ -116,5 +116,4 @@ jobs:
timeout-minutes: 30

- name: Behat features (disabled)
if: false
run: moodle-plugin-ci behat --auto-rerun 1 --profile chrome

0 comments on commit a48430b

Please sign in to comment.