setup-edgedb icon indicating copy to clipboard operation
setup-edgedb copied to clipboard

A GitHub Action to install EdgeDB and its CLI

Results 5 setup-edgedb issues
Sort by recently updated
recently updated
newest added

This moves all the work for getting the CLI download url into a separate packages file. There was some duplicated work in `win.ts` that I either DRY-ed up or unified...

Per https://github.com/edgedb/edgedb-cli/pull/745 ``--start-conf`` will shortly be deprecated.

Trying to run tests with github actions. My project, unlike tests, does not require to run edgedb, so my `edgedb.toml` file is located inside `tests` directory. ```yaml - run: edgedb...

When setting up edgedb, I use this config; ``` - name: Install EdgeDB uses: edgedb/setup-edgedb@v1 with: server-version: nightly cli-version: nightly ``` though it doesn't always install the most recent build....

Might be useful if EdgeDB is in docker or in the cloud.