From bc1d8efb3b73e10c29e8389d44b15e544a0ab8d1 Mon Sep 17 00:00:00 2001 From: Leo Conforti Date: Mon, 9 Oct 2023 19:33:43 +0000 Subject: [PATCH] testing caching --- .github/workflows/ci.yaml | 2 +- packages/insight/test/index.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b49d362..cbb8fe86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: docker-auto-gold-bits: needs: rush-build - name: "Docker auto gold bits build" + name: "Docker auto-gold-bits build" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/packages/insight/test/index.test.ts b/packages/insight/test/index.test.ts index fb934f7e..34670e37 100644 --- a/packages/insight/test/index.test.ts +++ b/packages/insight/test/index.test.ts @@ -19,7 +19,7 @@ const RoofAgent = AllAgents["RoofAgent"]; const INSIGHT_TEST_TIMEOUT_MS = Number.parseInt(process.env["INSIGHT_TEST_TIMEOUT_MS"] as string) || 1000 * 60 * 2; const INSIGHT_PREP_TIMEOUT_MS = Number.parseInt(process.env["INSIGHT_PREP_TIMEOUT_MS"] as string) || 1000 * 60 * 5; -describe("All getter agents should return something and not throw any errors", () => { +describe("All important agents should return something and not throw any errors", () => { let fridaAddress: string; let emulatorContainer: Dockerode.Container;