Skip to content

Commit

Permalink
we only need the electricsql/pglite-builder for building the wasm part
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Dec 17, 2024
1 parent a54ad45 commit 24c3259
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
stylecheck:
name: Stylecheck
runs-on: ubuntu-22.04
container:
image: electricsql/pglite-builder:git_3.1.72.3bi
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand All @@ -39,8 +37,6 @@ jobs:
build-and-test-pglite-dependencies:
name: Build and Test PGLite dependencies
runs-on: ubuntu-22.04
container:
image: electricsql/pglite-builder:git_3.1.72.3bi
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand All @@ -65,8 +61,6 @@ jobs:
build-and-test-pglite:
name: Build and Test PGLite
runs-on: ubuntu-22.04
container:
image: electricsql/pglite-builder:git_3.1.72.3bi
defaults:
run:
working-directory: ./packages/pglite
Expand Down Expand Up @@ -154,8 +148,7 @@ jobs:
build-and-test-pglite-dependents:
name: Build and Test packages dependent on PGlite
runs-on: ubuntu-22.04
container:
image: electricsql/pglite-builder:git_3.1.72.3bi

needs: [build-and-test-pglite]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -186,8 +179,6 @@ jobs:
publish-website-with-demos:
name: Publish website with demos
runs-on: ubuntu-22.04
container:
image: electricsql/pglite-builder:git_3.1.72.3bi
needs: [build-and-test-pglite, build-and-test-pglite-dependents]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 24c3259

Please sign in to comment.