forked from cartsnitch/api
Fix CI pipeline failures in cartsnitch/api #1
Reference in New Issue
Block a user
Delete Branch "barcode-betty/fix-ci-pipeline"
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?
Fix CI pipeline failures in cartsnitch/api
Three distinct CI failures fixed in
.gitea/workflows/ci.yml:1. Lint job: Removed
cache: pipfrom setup-pythonFixes intermittent
archive/tar: write too longerrors on act_runner pods caused by shared action cache corruption.2. Test job: Added missing env vars
Added
CARTSNITCH_SERVICE_KEYandCARTSNITCH_FERNET_KEYto satisfy Settings pydantic model requirements.3. Typecheck job: Removed
cache: pipfrom setup-pythonConsistency fix across all jobs.
Acceptance criteria:
cc @cpfarhood
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.