Skip to content

Commit

Permalink
Test renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 12, 2024
1 parent 66c97e6 commit 20e3eaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptancetests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Acceptance Tests (Selenium)

on:
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeStyleAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ "master", "*.*-dev" ]

jobs:
phpstan:
pint:

runs-on: ubuntu-24.04

Expand All @@ -18,5 +18,5 @@ jobs:
- name: Install Dependencies
run: make build-dev

- name: Run Pint Analysis
run: make phpstan
- name: Run Laravel Pint Analysis
run: make test-code-style
4 changes: 2 additions & 2 deletions .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Install Dependencies
run: make build-dev

- name: Run Tests
run: make test-code-style
- name: Run PHPStan Analysis
- run: make phpstan

0 comments on commit 20e3eaa

Please sign in to comment.