Skip to content

Commit d22f402

Browse files
Update pipeline
1 parent e938940 commit d22f402

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ jobs:
9696
workspace: "${{ matrix.module }}"
9797
- name: Compile
9898
run: |
99-
if [ "${{ matrix.module }}" = "testcontainers" ]; then
100-
npm run build --workspace packages/testcontainers -- --project tsconfig.json --noEmit
101-
else
99+
npm run build --workspace packages/testcontainers -- --project tsconfig.json --noEmit
100+
if [ "${{ matrix.module }}" != "testcontainers" ]; then
102101
npm run build --workspace ${{ steps.npm-install.outputs.workspace_path }} -- --project tsconfig.json --noEmit
103102
fi
104103

0 commit comments

Comments
 (0)