build: properly set required jobs (#44)
This commit is contained in:
1
.github/workflows/code-fix.yml
vendored
1
.github/workflows/code-fix.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
style-fix:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
name: Apply Code Fixes
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
1
.github/workflows/e2e-tests.yml
vendored
1
.github/workflows/e2e-tests.yml
vendored
@@ -8,6 +8,7 @@ jobs:
|
||||
test:
|
||||
timeout-minutes: 5
|
||||
runs-on: ubuntu-latest
|
||||
name: E2E Tests
|
||||
steps:
|
||||
- name: Checkout code
|
||||
if: ${{ !env.ACT }}
|
||||
|
||||
1
.github/workflows/js-tests.yml
vendored
1
.github/workflows/js-tests.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
name: JS Tests
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
2
.github/workflows/php-tests.yml
vendored
2
.github/workflows/php-tests.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/types-check.yml
vendored
1
.github/workflows/types-check.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
name: TS Types Checks
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user