Skip to content

Commit

Permalink
Merge branch 'workspace' into workspace-switch-new
Browse files Browse the repository at this point in the history
  • Loading branch information
raintygao authored Jun 20, 2023
2 parents f2eef95 + 60b4278 commit e06e01d
Show file tree
Hide file tree
Showing 4 changed files with 1,699 additions and 96 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
with:
path: ${{ env.FTR_PATH }}
repository: opensearch-project/opensearch-dashboards-functional-test
ref: '${{ github.base_ref }}'
# revert this to '${{ github.base_ref }}'
ref: 'main'

- name: Get Cypress version
id: cypress_version
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
name: ftr-cypress-screenshots
path: ${{ env.FTR_PATH }}/cypress/screenshots
retention-days: 1

- uses: actions/upload-artifact@v3
if: always()
with:
Expand All @@ -101,4 +102,4 @@ jobs:
with:
name: ftr-cypress-results
path: ${{ env.FTR_PATH }}/cypress/results
retention-days: 1
retention-days: 1
Loading

0 comments on commit e06e01d

Please sign in to comment.