Skip to content

Commit

Permalink
Merge branch 'master' into feature/gra-676-looker-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Aug 16, 2023
2 parents 08434e0 + 292d22b commit 98a7eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/uffizzi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ jobs:
runs-on: ubuntu-latest
needs:
- build-server
- build-worker
- build-beat-worker
- build-frontend
outputs:
compose-file-cache-key: ${{ steps.hash.outputs.hash }}
Expand Down
2 changes: 2 additions & 0 deletions grai-frontend/src/pages/sources/Source.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { GET_SOURCE_TABLES } from "components/sources/SourceTables"
import { UPDATE_SOURCE } from "components/sources/UpdateSource"
import Source, { GET_SOURCE } from "./Source"

jest.retryTimes(1)

test("renders", async () => {
render(<Source />, {
withRouter: true,
Expand Down

0 comments on commit 98a7eb2

Please sign in to comment.