Release tests (#7577)

This commit is contained in:
Amir Omidi
2019-10-08 15:06:21 -07:00
committed by GitHub
parent ecd76eb870
commit eee7e52bd4
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ if (context.RunTest) {
console.log(`Start dacpac tests`);
});
test('Deploy and extract dacpac @UNSTABLE@', async function () {
test('Deploy and extract dacpac @UNSTABLE@ @REL@', async function () {
const server = await getStandaloneServer();
await utils.connectToServer(server);