We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wouldn't it make sense to run the action based on a user command with a given test-url, like
/webpagetest https://www.mywebsite/my-deep-url/
That way we could test urls which are more related to a pull request (instead of measuring only a single „hardcode“ url)
inspiration can be taken from e.g. https://github.com/cirrus-actions/rebase which does that with a different command.
I have no experience with docker or authoring github actions, therefore won't tackle it myself in the next weeks/months though.
The text was updated successfully, but these errors were encountered:
That's a good idea I will see what I can do ;) @all-contributors please add @staabm for ideas
Sorry, something went wrong.
@JCofman
I've put up a pull request to add @staabm! 🎉
In case its helpful I try to add something similar to another github action. OskarStark/php-cs-fixer-ga#11
Maybe there is some room for inspiration
No branches or pull requests
Wouldn't it make sense to run the action based on a user command with a given test-url, like
That way we could test urls which are more related to a pull request (instead of measuring only a single „hardcode“ url)
inspiration can be taken from e.g. https://github.com/cirrus-actions/rebase which does that with a different command.
I have no experience with docker or authoring github actions, therefore won't tackle it myself in the next weeks/months though.
The text was updated successfully, but these errors were encountered: