We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90045e8 commit 3adf8acCopy full SHA for 3adf8ac
.github/workflows/verify.yml
@@ -39,9 +39,6 @@ jobs:
39
curl -L https://tempo.xyz/install | bash
40
echo "$HOME/.tempo/bin" >> $GITHUB_PATH
41
42
- - name: Set up Docker
43
- uses: docker/setup-docker-action@v4
44
-
45
- name: Run tests
46
run: pnpm test --bail=1
47
env:
src/Server.test.ts
@@ -18,7 +18,7 @@ beforeAll(async () => {
18
19
describe.each([
20
{ instance: Instance.anvil({ port: port + 1 }) },
21
- { instance: Instance.tempo({ port: port + 2 }) },
+ { instance: Instance.tempo({ port: port + 2, log: true }) },
22
{
23
instance: Instance.alto(altoOptions({ port, pool: true })),
24
},
0 commit comments