gravitational / predicate-lang

Predicate - Access Control System
Apache License 2.0
3 stars 2 forks source link

Github Action: fix integration test workflow for macos and windows #80

Open flyinghermit opened 1 year ago

flyinghermit commented 1 year ago

Ideally, VS Code extension should be tested on all Linux, Mac OS and Windows platform.

I hit some issues running integration test in mac os and windows. The test involves extension + lsp server + predicate linter. The macos workflow issue looks like Github action platform specific issue (check error file attached) and I am not able to resolve this after multiple tries. Since the ubuntu based headless test is working for now, I'll skip the macos and windows workflow for now and revisit them again in future.

macos-poetry-error.txt workflow.txt Makefile.txt