-
-
Notifications
You must be signed in to change notification settings - Fork 670
Test pika-ci #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test pika-ci #956
Conversation
The initial commit won't work ofc because they run What we could ultimately do is to flip |
Actually, we'll most likely run into problems this way since the repo will end up with various files that should not be committed, leading to an endless story of telling everyone why their PR failed. Quite similar to what we had with dist files before. Perhaps if there is a way to detect that the build is running inside of pika-ci we'd be able to run additional stuff on In general it seems that just running |
Hmm, unfortunately pika doesn't appear to run |
As an alternative we could make our own little pika-like thing by publishing PRs as |
Hmm, probably @FredKSchott suggest something... |
the |
Thanks for the hint, but sadly:
Both on local npm install and when installing git dependencies would break things. |
This PR is empty now because I merged generally useful changes to master in #964. |
This is a PR to test pika-ci as mentioned in #951