this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/e2e: rename existing testscript and add a summary

We will soon add more end-to-end test scripts,
so one of them being called "basic" is not very helpful anymore.
It's also helpful if the script begins with a short summary
describing what the test is meant to do.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ic464983b0e503c4c08d5d3f49984dcc20ab82b65
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1171909
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>

+5
+5
internal/e2e/testdata/script/basic.txtar internal/e2e/testdata/script/github_app_public.txtar
··· 1 + # Create a public GitHub repository in an org with the GitHub App 2 + # "CUE Module Publisher" installed for all repositories. 3 + # Push a git tag with a simple CUE module, wait for the app to publish the version, 4 + # and then fetch the module as a dependency via cmd/cue. 5 + 1 6 create-github-repo 2 7 env VERSION=v0.0.1 3 8 env MODVER=${MODULE}@v0