diff --git a/.github/workflows/code-fix.yml b/.github/workflows/code-fix.yml index 953b2a4..96806a1 100644 --- a/.github/workflows/code-fix.yml +++ b/.github/workflows/code-fix.yml @@ -12,6 +12,7 @@ jobs: style-fix: runs-on: ubuntu-latest timeout-minutes: 5 + name: Apply Code Fixes steps: - name: Checkout code diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index e7c8889..7f1be3d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -8,6 +8,7 @@ jobs: test: timeout-minutes: 5 runs-on: ubuntu-latest + name: E2E Tests steps: - name: Checkout code if: ${{ !env.ACT }} diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index 3c3b245..7387e4e 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -9,6 +9,7 @@ jobs: test: runs-on: ubuntu-latest timeout-minutes: 5 + name: JS Tests steps: - name: Checkout code diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index e2ca537..b10203e 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -33,7 +33,7 @@ jobs: php: [8.4, 8.3, 8.2] laravel: [12, 11, 10] - name: P${{ matrix.php }} - Laravel ${{ matrix.laravel }} + name: PHP Tests P${{ matrix.php }} - Laravel ${{ matrix.laravel }} steps: - name: Checkout code diff --git a/.github/workflows/types-check.yml b/.github/workflows/types-check.yml index b8339c3..b3803f8 100644 --- a/.github/workflows/types-check.yml +++ b/.github/workflows/types-check.yml @@ -9,6 +9,7 @@ jobs: test: runs-on: ubuntu-latest timeout-minutes: 5 + name: TS Types Checks steps: - name: Checkout code