File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8383 matrix :
8484 js-runtime :
8585 - { name: node, version: 24.x }
86- - { name: bun, version: 1.3.0 }
8786 module : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
8887 runs-on : ubuntu-22.04
8988 steps :
9998 workspace : " ${{ matrix.module }}"
10099 - name : Compile
101100 run : |
102- ${{ steps.npm-install.outputs.script_cmd }} build --ignore-scripts --workspace packages/testcontainers -- --project tsconfig.json
101+ ${{ steps.npm-install.outputs.script_cmd }} run build --ignore-scripts --workspace packages/testcontainers -- --project tsconfig.json
103102 if [ "${{ matrix.module }}" != "testcontainers" ]; then
104- ${{ steps.npm-install.outputs.script_cmd }} build --ignore-scripts --workspace ${{ steps.npm-install.outputs.workspace_path }} -- --project tsconfig.json --noEmit
103+ ${{ steps.npm-install.outputs.script_cmd }} run build --ignore-scripts --workspace ${{ steps.npm-install.outputs.workspace_path }} -- --project tsconfig.json --noEmit
105104 fi
106105
107106 smoke-test :
@@ -132,7 +131,7 @@ jobs:
132131 js-runtime-version : ${{ matrix.js-runtime.version }}
133132 workspace : " testcontainers"
134133 - name : Build testcontainers
135- run : ${{ steps.npm-install.outputs.script_cmd }} build --workspace packages/testcontainers
134+ run : ${{ steps.npm-install.outputs.script_cmd }} run build --workspace packages/testcontainers
136135 - name : Remove dev dependencies
137136 run : npm prune --omit=dev --workspace packages/testcontainers
138137 - name : Run CommonJS module smoke test
You can’t perform that action at this time.
0 commit comments