Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Fix failing `deploy` tests after a recent refactor

See: #13604
  • Loading branch information
radoslawkrzemien committed Jun 30, 2023
1 parent 9275387 commit 323be7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_tests/deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ describe('test workflow deploy', () => {
});

it('different event than push - workflow does not execute', async () => {
const repoPath = mockGithub.repo.getPath('testdeployWorkflowRepo') || '';
const repoPath = mockGithub.repo.getPath('testDeployWorkflowRepo') || '';
const workflowPath = path.join(repoPath, '.github', 'workflows', 'deploy.yml');
let act = new eAct.ExtendedAct(repoPath, workflowPath);
const testMockSteps = {
Expand Down

0 comments on commit 323be7c

Please sign in to comment.