Skip to content

Commit 8db0fdd

Browse files
committed
Add CI step to test export package-info
1 parent c75bfea commit 8db0fdd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@ jobs:
190190
working-directory: ./test/project_erlang_windows
191191
if: ${{ runner.os == 'Windows' && matrix.run-integration-tests }}
192192

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+
193200
- name: test/external_only_javascript
194201
run: ./test.sh
195202
working-directory: ./test/external_only_javascript

0 commit comments

Comments
 (0)