Skip to content

Commit

Permalink
fix" build embed prior to widget tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Nov 8, 2022
1 parent 3ffb225 commit 2d3050a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-widget-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
secrets:
cypress_key:
required: false

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -52,6 +52,10 @@ jobs:
targets: lint
projects: '@novu/widget'

# Runs a single command using the runners shell
- name: Build
run: CI=false pnpm build:embed

# Runs a single command using the runners shell
- name: Build
run: CI=false pnpm build:widget
Expand Down

1 comment on commit 2d3050a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.