Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
./plugin/.spago
./conformance/.spago

- name: Install dependencies
- name: Install Plugin dependencies
run: |
protoc --version
echo -n "node "
Expand All @@ -42,6 +42,7 @@ jobs:
echo -n "spago "
spago --version
echo ""
cd plugin
spago install

- name: Build Plugin
Expand All @@ -52,7 +53,7 @@ jobs:
- name: Test Plugin
# Need --experimental_allow_proto3_optional until the CI protoc is upgraded
run: |
protoc --experimental_allow_proto3_optional --plugin=bin/protoc-gen-purescript --purescript_out=./plugin/test/Test/generated --proto_path ./plugin/test ./plugin/test/*.proto
protoc --experimental_allow_proto3_optional --plugin=bin/protoc-gen-purescript --purescript_out=./plugin/test/Test/generated --proto_path=./plugin/test ./plugin/test/*.proto
cd plugin
spago test

Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"purescript.buildCommand": "spago build --json-errors",
"purescript.autoStartPscIde": true
}
Loading