You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CI check that tests quartz CLI commands on an application created using quartz init. The idea is to use the docker setup being built to address #144.
Acceptance criteria
CI job that does the following ->
Runs quartz init to create a sample quartz app
Runs quartz dev to test the sample app end-to-end
The text was updated successfully, but these errors were encountered:
Need to test that a user can install quartz, and then create a new quartz app (quartz init) in a fresh dir (outside the main quartz repo ) and run everything there.
Summary
A CI check that tests quartz CLI commands on an application created using
quartz init
. The idea is to use the docker setup being built to address #144.Acceptance criteria
quartz init
to create a sample quartz appquartz dev
to test the sample app end-to-endThe text was updated successfully, but these errors were encountered: