ci: check out the frontend repo
Some checks failed
ci / ruff (push) Successful in 4s
ci / ty (push) Successful in 4s
ci / tests (push) Successful in 15s
ci / build (push) Failing after 2s

This commit is contained in:
Iain Learmonth 2026-06-22 15:20:14 +01:00
parent e7bd455b2d
commit a481be8352

View file

@ -63,6 +63,11 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Checkout the frontend
uses: actions/checkout@v4
with:
repository: https://guardianproject.dev/sr2/cloud-portal.git
path: frontend
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to the registry