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

Prevent test harness from defaulting to ./action as default working directory #96

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Aug 17, 2022

The working directory was previously defaulted to ./action, which is fine for npm ci and npm run build commands, but is 100% wrong for the test scripts (this is preventing us from being able to pin node/yarn/npm).

… directory

The working directory was previously defaulted to `./action`, which is
fine for `npm ci` and `npm run build` commands, **but** is 100% wrong
for the test scripts (this is preventing us from being able to pin
node/yarn/npm).
@rwjblue rwjblue merged commit 9b02aaf into master Aug 17, 2022
@rwjblue rwjblue deleted the finish-separating-test-working-directory branch August 17, 2022 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant