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
The test command is defined in the package.json. To run the tests a dev server needs to be running, it is started with the serve command.
test
package.json
serve
The text was updated successfully, but these errors were encountered:
Issue #59: Add GitHub Action to run tests.
23ea0f3
The action added in commit 23ea0f3 does not work yet.
Sorry, something went wrong.
Issue #59: Try separate run steps.
b760432
Issue #59: Fix action syntax.
b5572aa
Issue #59: Don't run action as long as it is broken.
90696a4
No branches or pull requests
The
test
command is defined in thepackage.json
. To run the tests a dev server needs to be running, it is started with theserve
command.The text was updated successfully, but these errors were encountered: