Skip to content

Commit

Permalink
feat: replaces the whole repo url with just robertoperuzzo/ddev-sqlsr…
Browse files Browse the repository at this point in the history
…v in 'install from release' test.
  • Loading branch information
Roberto Peruzzo committed Apr 6, 2023
1 parent 58fdd62 commit 376d6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ teardown() {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get ddev/ddev-sqlsrv with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get https://github.com/robertoperuzzo/ddev-sqlsrv/archive/refs/heads/main.tar.gz
ddev get robertoperuzzo/ddev-sqlsrv
ddev restart >/dev/null
# Checks that the sqlsrv drivers for PHP are installed.
ddev exec "php -i" | grep "sqlsrv"
Expand Down

0 comments on commit 376d6df

Please sign in to comment.