Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Dec 1, 2021
1 parent 2092129 commit 1068326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: dist
- name: installing test dependencies
run: |
cd test && yarn install && npx tsc
cd test && yarn install && npx tsc .
- id: build-test-matrix
run: |
./tools/build-test-matrix.sh
Expand All @@ -66,7 +66,7 @@ jobs:
name: dist
path: dist
- name: install test dependencies
run: cd test && yarn && npx tsc
run: cd test && yarn && npx tsc .
- name: integration tests
run: cd test && ./run-against-dist npx jest ${TEST_TARGET}
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: dist
path: dist
- name: install test dependencies
run: cd test && yarn && npx tsc
run: cd test && yarn && npx tsc .
- name: integration tests
run: cd test && ./run-against-dist.bat "npx jest ${env:TEST_TARGET}"
env:
Expand Down

0 comments on commit 1068326

Please sign in to comment.