Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
if: |
steps.restore-cypress-cache.outputs.cache-hit != 'true'
run: |
# run yarn cypress verify, if it fails, run yarn cypress install \
if ! yarn cypress verify; then \
yarn cypress install \
# run yarn cypress verify, if it fails, run yarn cypress install
if ! yarn cypress verify; then
yarn cypress install
fi

- name: Build and Test
run: |
yarn turbo run build && \
# skipping testing ds-ext for now \
yarn turbo run build
# skipping testing ds-ext for now
yarn turbo run test --filter=!ds-ext

- name: Upload build dist artifacts
Expand Down
Loading