Skip to content

Commit

Permalink
Account for change in directory layout for TS unit test example (pulu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zen committed Sep 15, 2021
1 parent f9aeb34 commit 0700587
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ jobs:
- run: |-
npm install
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
working-directory: ${{ matrix.source-dir }}/mocha
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ jobs:
- run: |-
npm install
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
working-directory: ${{ matrix.source-dir }}/mocha
strategy:
fail-fast: false
matrix:
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 @@ -465,7 +465,7 @@ jobs:
- run: |-
npm install
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
working-directory: ${{ matrix.source-dir }}/mocha
strategy:
fail-fast: false
matrix:
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 @@ -458,7 +458,7 @@ jobs:
- run: |-
npm install
$(npm bin)/mocha -r ts-node/register ec2tests.ts
working-directory: ${{ matrix.source-dir }}
working-directory: ${{ matrix.source-dir }}/mocha
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0700587

Please sign in to comment.