ci-image-improvements #18

Merged
david merged 12 commits from ci-image-improvements into main 2026-04-01 06:14:26 +00:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 4116884f9f - Show all commits
+4 -2
View File
@@ -12,7 +12,8 @@ jobs:
image: docker.notsosm.art/euchre-camp-ci-runner:latest image: docker.notsosm.art/euchre-camp-ci-runner:latest
options: --user root options: --user root
env: env:
NODE_PATH: /workspace/node_modules NODE_PATH: /app/node_modules
PATH: /app/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps: steps:
- name: Checkout code - name: Checkout code
@@ -31,7 +32,8 @@ jobs:
DATABASE_PROVIDER: sqlite DATABASE_PROVIDER: sqlite
DATABASE_URL: file:./prisma/ci.db DATABASE_URL: file:./prisma/ci.db
BETTER_AUTH_SECRET: test-secret-key-for-ci-only BETTER_AUTH_SECRET: test-secret-key-for-ci-only
NODE_PATH: /workspace/node_modules NODE_PATH: /app/node_modules
PATH: /app/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps: steps:
- name: Checkout code - name: Checkout code
+2 -1
View File
@@ -14,7 +14,8 @@ jobs:
# Skip if this is an auto-generated version bump commit (handled by release workflow) # Skip if this is an auto-generated version bump commit (handled by release workflow)
if: "!contains(github.event.head_commit.message, 'chore: bump version')" if: "!contains(github.event.head_commit.message, 'chore: bump version')"
env: env:
NODE_PATH: /workspace/node_modules NODE_PATH: /app/node_modules
PATH: /app/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps: steps:
- name: Checkout code - name: Checkout code