alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Attempt to fix Windows build
author
Louis Pilfold
date
2 years ago
(Feb 26, 2024, 8:46 PM UTC)
commit
187194bc
187194bc03b035cfba012400447b6929cdff6b23
parent
4ed05cf0
4ed05cf0fdab0802d431eafae64e828109bf814e
+7
-2
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yaml
+7
-2
.github/workflows/ci.yaml
View file
Reviewed
···
149
149
if: ${{ matrix.run-integration-tests }}
150
150
151
151
- name: test/external_only_javascript
152
152
-
run: GLEAM_COMMAND=gleam ./test.sh
152
152
+
run: ./test.sh
153
153
working-directory: ./test/external_only_javascript
154
154
if: ${{ matrix.run-integration-tests }}
155
155
+
env:
156
156
+
GLEAM_COMMAND: gleam
157
157
+
155
158
156
159
- name: test/external_only_erlang
157
157
-
run: GLEAM_COMMAND=gleam ./test.sh
160
160
+
run: ./test.sh
158
161
working-directory: ./test/external_only_erlang
159
162
if: ${{ matrix.run-integration-tests }}
163
163
+
env:
164
164
+
GLEAM_COMMAND: gleam
160
165
161
166
- name: test/project_javascript
162
167
run: |