You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should only be called when Pipfile.lock is modified, to avoid unnecessary load for GitHub.
This should help us avoiding merging PRs like #176.
Having dist/ built (and cached) would also be valuable in the future for running end-to-end UI tests (once they're written), so that the CrowdAnki add-on code is exactly in the form it would be on a user's machine.
This should include a test that our dulwich build is pure python.
The text was updated successfully, but these errors were encountered:
FixStvad#182.
The uploaded artifact is currently unused.
We check for changes to both Pipfile and Pipfile.lock to avoid stale a
Pipfile.lock.
This will result in some false positive runs of this workflow, when
we've, say, added a new script to Pipfile, without changing
dependencies.
We will also have false positives when only dev dependencies have been
updated.
This should only be called when
Pipfile.lock
is modified, to avoid unnecessary load for GitHub.This should help us avoiding merging PRs like #176.
Having
dist/
built (and cached) would also be valuable in the future for running end-to-end UI tests (once they're written), so that the CrowdAnki add-on code is exactly in the form it would be on a user's machine.This should include a test that our dulwich build is pure python.
The text was updated successfully, but these errors were encountered: