Skip to content

Commit

Permalink
Rely on local mocha and ts-node instead of global in workflows (pulum…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zen committed Aug 14, 2021
1 parent 6a736d1 commit e259c9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
npm install --global mocha
npm install --global ts-node
mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,6 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
npm install --global mocha
npm install --global ts-node
mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ jobs:
- uses: actions/checkout@v2
- run: |-
npm install
npm install --global mocha
npm install --global ts-node
mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
strategy:
Expand Down

0 comments on commit e259c9a

Please sign in to comment.