We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75bfea commit 8db0fddCopy full SHA for 8db0fdd
.github/workflows/ci.yaml
@@ -190,6 +190,13 @@ jobs:
190
working-directory: ./test/project_erlang_windows
191
if: ${{ runner.os == 'Windows' && matrix.run-integration-tests }}
192
193
+ - name: test/project_package_info export package-info
194
+ run: |
195
+ gleam export package-info --out="gleam.json"
196
+ cat gleam.json
197
+ working-directory: ./test/project_package_info
198
+ if: ${{ matrix.run-integration-tests }}
199
+
200
- name: test/external_only_javascript
201
run: ./test.sh
202
working-directory: ./test/external_only_javascript
0 commit comments