diff options
author | 2024-09-16 15:03:09 +0100 | |
---|---|---|
committer | 2024-09-16 15:03:09 +0100 | |
commit | 318f01f2154b2998c9f59a27d8691524b9d3abb0 (patch) | |
tree | de21578640779ac2e96a9e9cf679227beca3f581 | |
parent | Reduce the time voucher rows are locked when creating orders (diff) |
Add placeholder printful store id to CI for tests
-rw-r--r-- | .github/workflows/lint-backend.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |