Skip to content
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

feat: support secure interactions with private repositories 🔒 #806

Merged
merged 8 commits into from
Nov 20, 2024
Prev Previous commit
Next Next commit
test: increase timeout for clone specific test function
  • Loading branch information
JamieSlome committed Nov 20, 2024
commit bcf3aaaea6b8619a0e11034f52348e26b4902e91
2 changes: 1 addition & 1 deletion test/testClearBareClone.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('clear bare and local clones', async () => {
);

expect(fs.existsSync(`./.remote/${timestamp}`)).to.be.true;
});
}).timeout(10000);

it('clear bare clone function purges .remote folder and specific clone folder', async () => {
const action = new Action('123', 'type', 'get', timestamp, 'finos/git-proxy');
Expand Down
Loading