mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #282] Set Up Continuous Integration #3220
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Julian on GitHub (Oct 13, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/282
Possibly I'm missing it but is CI enabled via one of the providers?
(I'm not seeing anything running for the PR I just opened in #281.)
If all it is is running the commands from https://github.com/pirate/ArchiveBox/blob/master/.github/CONTRIBUTING.md#running-tests I'm happy to send a PR adding that too.
@pirate commented on GitHub (Oct 17, 2019):
Going to set it up via Github actions / Circle CI once
v0.4lands, as it has a full test suite witharchivebox manage test. Thanks for the suggestion! Hold off on a PR for now as I still have quite a few changes to make to the setup for the new version and have some thoughts already on how I want to do CI.@cdvv7788 commented on GitHub (Jul 16, 2020):
There is some progress for this. There are tests for the CLI tool using
pytestthat are ran under github actions. This can be improved upon, new tests may be added, and thearchivebox manage testshould be reviewed, but we are getting there.@pirate commented on GitHub (Jul 24, 2020):
CI is now set up to lint, run tests, and run the docker build + a few test commands. (see the
djangobranch, soon to be merged into master)