Skip to content

Test on SQL Server with GitHub Actions #13

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

Open
theodorejb opened this issue Oct 13, 2024 · 0 comments
Open

Test on SQL Server with GitHub Actions #13

theodorejb opened this issue Oct 13, 2024 · 0 comments

Comments

@theodorejb
Copy link
Collaborator

At one point this worked by simply adding the following workflow step:

- name: Install SQL Server
  uses: Particular/[email protected]
  with:
    connection-string-env-var: MSSQL_CONNECTION_STRING
    catalog: PeachySQL

But then it started causing this error:

The term 'sqlcmd' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

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