fix(ci): use ubuntu-22.04 label for host execution (fixes checkout failure)
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 212h30m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 212h30m47s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 212h30m47s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 212h30m21s
CI/CD Pipeline / Frontend Lint (push) Failing after 212h30m47s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 212h30m47s
This commit is contained in:
@@ -17,8 +17,8 @@ on:
|
||||
jobs:
|
||||
validate:
|
||||
name: Validate Code Quality And Tests
|
||||
runs-on: runtime-builder:host
|
||||
# container: removed - host has all CI tools
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
|
||||
frontend-lint:
|
||||
name: Frontend Lint
|
||||
runs-on: runtime-builder:host
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user