Skip to content

Commit

Permalink
chore(deps): bump dsp-js to latest version (DSP-1825) (#322)
Browse files Browse the repository at this point in the history
* chore(deps): bump dsp-js to latest version

* refactor(session)!: jwt is no longer relevant in the local storage

* Revert "refactor(session)!: jwt is no longer relevant in the local storage"

This reverts commit a38a4ea.

* docs(core): update comment

* chore(deps): bump dsp-api to latest version

* test(e2e): bug fixes

* chore(deps): bump angular to same version as we use in DSP-APP

* chore(core): fix typo
  • Loading branch information
kilchenmann committed Jul 29, 2021
1 parent 405b19e commit 4e8be74
Show file tree
Hide file tree
Showing 7 changed files with 3,101 additions and 2,267 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -63,7 +63,9 @@ jobs:
- name: Run knora stack
run: make knora-stack
- name: Run e2e tests
run: npm run e2e
run:
npm run webdriver-update
npm run e2e
env:
TZ: Europe/Zurich
CI: true
Expand Down

0 comments on commit 4e8be74

Please sign in to comment.