Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Attempt to fix Windows build

+7 -2
+7 -2
.github/workflows/ci.yaml
··· 149 149 if: ${{ matrix.run-integration-tests }} 150 150 151 151 - name: test/external_only_javascript 152 - run: GLEAM_COMMAND=gleam ./test.sh 152 + run: ./test.sh 153 153 working-directory: ./test/external_only_javascript 154 154 if: ${{ matrix.run-integration-tests }} 155 + env: 156 + GLEAM_COMMAND: gleam 157 + 155 158 156 159 - name: test/external_only_erlang 157 - run: GLEAM_COMMAND=gleam ./test.sh 160 + run: ./test.sh 158 161 working-directory: ./test/external_only_erlang 159 162 if: ${{ matrix.run-integration-tests }} 163 + env: 164 + GLEAM_COMMAND: gleam 160 165 161 166 - name: test/project_javascript 162 167 run: |