Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: added PR time check for dashboard required…
Browse files Browse the repository at this point in the history
… for creating a workspace
  • Loading branch information
olexii4 committed Sep 13, 2023
1 parent 24eca57 commit 19741ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,9 @@ jobs:
-
name: "Install dependencies"
run: yarn
-
name: "Build"
run: yarn build
-
name: "Workspace creation time check"
run: yarn --cwd packages/dashboard-frontend jest 'src/__tests__/workspaceCreationTimeCheck.spec.tsx'
run: yarn pretest && yarn --cwd packages/dashboard-frontend test --testPathPattern=src/__tests__/workspaceCreationTimeCheck.spec.tsx

build-and-test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 19741ac

Please sign in to comment.