Skip to content

Commit

Permalink
testing caching
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 9, 2023
1 parent 31afcad commit bc1d8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/insight/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bc1d8ef

Please sign in to comment.