Skip to content

Commit

Permalink
Run release CI test with EdgeDB 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Dec 20, 2023
1 parent 1b98324 commit 7d5a522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-edgedb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chmod +x "/usr/local/bin/edgedb"

useradd --shell /bin/bash edgedb

su -l edgedb -c "edgedb server install"
su -l edgedb -c "edgedb server install --version 3.0"
ln -s $(su -l edgedb -c "edgedb server info --latest --bin-path") \
"/usr/local/bin/edgedb-server"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:

- name: Install EdgeDB
uses: edgedb/setup-edgedb@v1
with:
server-version: 3.0

- uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 7d5a522

Please sign in to comment.