From 318f01f2154b2998c9f59a27d8691524b9d3abb0 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 16 Sep 2024 15:03:09 +0100 Subject: Add placeholder printful store id to CI for tests --- .github/workflows/lint-backend.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-backend.yaml b/.github/workflows/lint-backend.yaml index 62fad71..62a4c62 100644 --- a/.github/workflows/lint-backend.yaml +++ b/.github/workflows/lint-backend.yaml @@ -47,3 +47,4 @@ jobs: BACKEND_DATABASE_URL: postgresql+psycopg_async://backend:backend@localhost:${{ job.services.postgres.ports[5432] }}/backend BACKEND_SUPER_ADMIN_TOKEN: hunter2 BACKEND_PRINTFUL_TOKEN: not-valid + BACKEND_PRINTFUL_STORE_ID: 12345 -- cgit v1.2.3