Skip to content

Commit

Permalink
Test new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jan 13, 2025
1 parent d65250e commit 6951d91
Show file tree
Hide file tree
Showing 14 changed files with 1,416 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Upgrade CLI (Matrix)
runs-on: ubuntu-latest
env:
JSON_FILE: ${{ (github.event_name == 'schedule' || (github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'dev' && github.event.pull_request.base.ref == 'master')) && 'nightly.json' || 'sanity.json' }}
JSON_FILE: ${{ (github.event_name == 'schedule' || (github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'dev' && github.event.pull_request.base.ref == 'master')) && 'nightlySanity.json' || 'sanity.json' }}
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand Down
File renamed without changes.
Loading

0 comments on commit 6951d91

Please sign in to comment.