Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Run at 12:30
Browse files Browse the repository at this point in the history
Signed-off-by: Dinika Saxena <dinikasaxenas@gmail.com>
  • Loading branch information
Dinika authored and bilalesi committed Nov 7, 2023
1 parent 2b28353 commit 8b7a460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monitor-studios.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test Public Studios
on:
schedule:
- cron: '00 16 * * *' # Fire at 12:30 p.m. (noon) every day
- cron: '30 12 * * *' # Fire at 12:30 p.m. (noon) every day

jobs:
e2e-studio-cron-test:
Expand Down
3 changes: 3 additions & 0 deletions cypress/e2e/PublicStudios.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ describe('Public Studios', () => {
cy.wait(`@dashboardSparqlRequest-${dashboard.name}`, {
timeout: 30000,
}).then(interception => {
cy.log(
`Testing dashboard ${dashboard.name} in workspace ${workspace.name} in studio ${studio.title}`
);
cy.wrap(
assertColumns(
interception.response.body.head.vars,
Expand Down

0 comments on commit 8b7a460

Please sign in to comment.