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

Workflow: delete and recreate directory for codecoverage #84

Merged

Conversation

BrianHenryIE
Copy link
Contributor

@BrianHenryIE BrianHenryIE commented Jun 20, 2024

Proposed changes

There was a problem with the workflow where it tried to set the current working directory to one that didn't yet exist

Run rm -rf *

Error: An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/wp-module-data/wp-module-data/gh-pages/phpunit'. No such file or directory

This fix deletes and recreates the directory from the project root instead.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)

Checklist

Further comments

@BrianHenryIE BrianHenryIE merged commit 10fa036 into main Jun 21, 2024
1 of 6 checks passed
@BrianHenryIE BrianHenryIE deleted the fix/workflow-deleting-from-non-existant-directory branch June 21, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants