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

Commit f100255

Browse files
committed
workflows: Attempt to fix 845cbb0
1 parent 845cbb0 commit f100255

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
wait-on: 'https://localhost:9443'
2525
wait-on-timeout: 120
26-
build: yarn docker:build && yarn build
26+
build: sh ./build_dbhub_docker_and_local.sh
2727
start: yarn docker:startlocal
2828
command: yarn cypress:test
2929
env:

build_dbhub_docker_and_local.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
yarn docker:build
4+
yarn build

0 commit comments

Comments
 (0)