Skip to content

Commit

Permalink
Fix cypress ci on Ubuntu OS (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <junqiu@amazon.com>
(cherry picked from commit ffb12e6)
  • Loading branch information
junqiu-lei authored and github-actions[bot] committed Feb 8, 2023
1 parent 95435fd commit 2ae4301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,14 @@ jobs:
yarn start --no-base-path --no-watch &
shell: bash

# Window is slow so wait longer
- name: Sleep until OSD server starts - windows
if: ${{ matrix.os == 'windows-latest' }}
run: Start-Sleep -s 600
shell: powershell

- name: Sleep until OSD server starts - non-windows
if: ${{ matrix.os != 'windows-latest' }}
run: sleep 400
run: sleep 600
shell: bash

- name: Install Cypress
Expand Down

0 comments on commit 2ae4301

Please sign in to comment.