Skip to content

Commit

Permalink
Fix path to mocha (pulumi#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zen committed Aug 17, 2021
1 parent a3cc62c commit 3e17b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
mocha -r ts-node/register ec2tests.ts
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
mocha -r ts-node/register ec2tests.ts
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
mocha -r ts-node/register ec2tests.ts
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 3e17b86

Please sign in to comment.