Skip to content

Commit

Permalink
chore: install test:types deps before running
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Feb 1, 2024
1 parent 7e985c8 commit 89af057
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ runs:
with:
name: hello-world-ng16
path: ${{ inputs.path }}

- name: Download hello-world-ng17 artifacts
uses: actions/download-artifact@v3
with:
name: hello-world-ng17
path: ${{ inputs.path }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"build:integration:ssr": "yarn build:integration && nx server integration --configuration production",
"// - TESTING": "Test all modules #requires yarn build:packages",
"test:integration": "nx run integration:test --colors --run-in-band",
"test:types": "yarn --cwd packages/store/types test:types",
"test:types": "cd packages/store/types && yarn --frozen-lockfile && yarn test:types",
"// - E2E": "E2E testing #requires yarn build:integration",
"cy:open": "cypress open",
"cy:open:ssr": "cross-env SSR=true cypress open",
Expand Down

0 comments on commit 89af057

Please sign in to comment.