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

allow more than one instance of the tests to run at a time #30

Open
diosmosis opened this issue Feb 13, 2024 · 0 comments
Open

allow more than one instance of the tests to run at a time #30

diosmosis opened this issue Feb 13, 2024 · 0 comments

Comments

@diosmosis
Copy link
Member

Currently, the tests require that an Apps Script project be setup beforehand, and this project deployed to it. This is fine for local development, but within CI, this means only one build can be running at a time.

To fix this:

  • before a test run, create a new test Apps Script project (also delete any existing test Apps Script projects that were not deleted)
  • delete the test project when done
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

No branches or pull requests

1 participant