6262 run : |
6363 nix develop --command ./scripts/test-e2e.sh obelisk-oci.toml truncate
6464
65- - name : Build JavaScript WASM components
66- run : nix develop --command ./scripts/build-components-js.sh
67-
6865 - name : Verify obelisk-local-js-all.toml
6966 env :
7067 GITHUB_TOKEN_STARGAZERS : ${{ secrets.E2E_GITHUB_TOKEN }}
@@ -74,23 +71,26 @@ jobs:
7471 run : |
7572 nix develop --command ./scripts/test-e2e.sh ./obelisk-local-js-all.toml truncate
7673
77- - name : Build Go WASM components
78- run : nix develop --command ./scripts/build-components-go.sh
74+ - name : Build legacy ComponentizeJS WASM components
75+ run : nix develop --command just legacy-componentizejs
7976
80- - name : Verify obelisk-local-go -all.toml
77+ - name : Verify obelisk-local-legacy-componentizejs -all.toml
8178 env :
8279 GITHUB_TOKEN_STARGAZERS : ${{ secrets.E2E_GITHUB_TOKEN }}
8380 TEST_GITHUB_LOGIN : ${{ secrets.TEST_GITHUB_LOGIN }}
8481 TURSO_TOKEN : ${{ secrets.E2E_TURSO_TOKEN }}
8582 TURSO_LOCATION : ${{ secrets.E2E_TURSO_LOCATION }}
8683 run : |
87- nix develop --command ./scripts/test-e2e.sh ./obelisk-local-go -all.toml truncate
84+ nix develop --command ./scripts/test-e2e.sh ./obelisk-local-legacy-componentizejs -all.toml truncate
8885
89- - name : Verify obelisk-local-native-all.toml
86+ - name : Build Go WASM components
87+ run : nix develop --command ./scripts/build-components-go.sh
88+
89+ - name : Verify obelisk-local-go-all.toml
9090 env :
9191 GITHUB_TOKEN_STARGAZERS : ${{ secrets.E2E_GITHUB_TOKEN }}
9292 TEST_GITHUB_LOGIN : ${{ secrets.TEST_GITHUB_LOGIN }}
9393 TURSO_TOKEN : ${{ secrets.E2E_TURSO_TOKEN }}
9494 TURSO_LOCATION : ${{ secrets.E2E_TURSO_LOCATION }}
9595 run : |
96- nix develop --command ./scripts/test-e2e.sh obelisk-local-native -all.toml truncate
96+ nix develop --command ./scripts/test-e2e.sh ./ obelisk-local-go -all.toml truncate
0 commit comments