Skip to content

Commit

Permalink
Update examples_node14.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Mar 3, 2021
1 parent b8484a4 commit e0ce39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples_node14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:

- name: Run tests
id: test_run
run: yarn test:examples:${{ github.event.workflow_dispatch.inputs.jest_filter }} --runInBand
run: yarn test:examples:${{ github.event.inputs.jest_filter }} --runInBand
env:
WEBPACK_DEPS: "${{ matrix.webpack }}"
NPM_TAG: "${{ github.event.workflow_dispatch.inputs.npm_tag }}"
NPM_TAG: "${{ github.event.inputs.npm_tag }}"
CI: true
WARNINGS_ERRORS_DISABLE: true

1 comment on commit e0ce39d

@vercel
Copy link

@vercel vercel bot commented on e0ce39d Mar 3, 2021

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.