Skip to content

Commit

Permalink
fix: move the npm dependencies inside the test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Sep 26, 2023
1 parent 1ea70db commit 156fee0
Show file tree
Hide file tree
Showing 22 changed files with 21 additions and 30 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
with:
node-version: 16

- name: Setup npm packages
if: steps.find-cypress.outputs.has-cypress-tests == 'true'
working-directory: ${{ matrix.directory }}/js
run: |
npm i
- name: Restore renv from cache
uses: actions/cache@v3
env:
Expand Down Expand Up @@ -124,11 +118,10 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: npm install cypress --save-dev
working-directory: ${{ matrix.directory }}/js
working-directory: ${{ matrix.directory }}/tests
start: npm run run-app
wait-on: "http://localhost:3333"
wait-on-timeout: 500
project: ../tests

- name: Install deploy R package dependencies
shell: Rscript {0}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 20 additions & 22 deletions RNA-seq/js/package-lock.json → safety/tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 156fee0

Please sign in to comment.