Skip to content

Commit

Permalink
feat: Update cypress-common yaml with new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Dec 21, 2023
1 parent 3172d66 commit c6aefa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

- name: Set default scope
if: ${{ inputs.scope != 'temple' }}
run: echo "SCOPE={b2c,web,core,hope,new-hope,icons,typo,tokens,tokens-b2c,tokens-utils,tokens-native,cy-utils,ui}" >> $GITHUB_ENV
run: echo "SCOPE={b2c,web,core,hope,new-hope,icons,typo,tokens,tokens-b2c,tokens-b2b,tokens-web,tokens-utils,tokens-native,cy-utils,ui}" >> $GITHUB_ENV

- name: Set scope from "Plasma-temple"
if: ${{ inputs.scope == 'temple' }}
run: echo "SCOPE={b2c,web,core,hope,new-hope,icons,typo,tokens,tokens-b2c,tokens-utils,tokens-native,cy-utils,ui,temple}" >> $GITHUB_ENV
run: echo "SCOPE={b2c,web,core,hope,new-hope,icons,typo,tokens,tokens-b2c,tokens-b2b,tokens-web,tokens-utils,tokens-native,cy-utils,ui,temple}" >> $GITHUB_ENV

- name: Install React 17
if: ${{ inputs.with-react-17 }}
Expand Down

0 comments on commit c6aefa4

Please sign in to comment.