Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/IQSS/dataverse-frontend
Browse files Browse the repository at this point in the history
…into feature/coverage-with-cypress
  • Loading branch information
MellyGray committed May 11, 2023
2 parents 512091b + 25e87a9 commit 5831c28
Show file tree
Hide file tree
Showing 34 changed files with 34,080 additions and 3,079 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Lint
run: npm run lint
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# cache: 'npm'

# - name: Install Dependencies
# run: npm install
# run: rm package-lock.json && npm install

# - name: Create and populate .env file
# env:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Cypress run
uses: cypress-io/github-action@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm install
run: rm package-lock.json && npm install

- name: Build Storybook
run: npm run build-storybook --quiet
Expand Down

0 comments on commit 5831c28

Please sign in to comment.