Skip to content

Test on SQL Server with GitHub Actions #13

@theodorejb

Description

@theodorejb

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

- name: Install SQL Server
  uses: Particular/install-sql-server-action@v1.2.0
  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions