Skip to content

Commit

Permalink
run unit tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Nov 29, 2023
1 parent 1259aa2 commit f941a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main/client.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test('should invoke deploy service for stackables, passing user key', async () =
expect(stackables).toEqual([...ossTemplates, ...stacks])
})

test.only('should invoke deploy service for stackables, passing user key but not authorized', async () => {
test('should invoke deploy service for stackables, passing user key but not authorized', async () => {
const platformaticDir = await mkdtemp(join(tmpdir(), 'plat-app-test-home'))
process.env.HOME = platformaticDir
await mkdirp(join(platformaticDir, '.platformatic'))
Expand Down

0 comments on commit f941a90

Please sign in to comment.