Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Jul 20, 2024
1 parent f85ab64 commit 27a091c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
NPM_TOKEN: ${{ secrets.GITLAB_TOKEN }}
e2e-tests:
runs-on: github-actions-runner-emarsys
needs: unit-tests
permissions:
contents: "read"
strategy:
Expand Down
10 changes: 5 additions & 5 deletions dev/testv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"chai-as-promised": "7.1.1",
"cheerio": "^1.0.0-rc.12",
"cypress": "13.13.1",
"eslint": "6.3.0",
"eslint": "9.7.0",
"eslint-config-emarsys": "5.1.0",
"eslint-plugin-mocha": "6.1.0",
"eslint-plugin-no-only-tests": "2.3.1",
"eslint-plugin-security": "1.4.0",
"form-data": "2.5.1",
"knex": "2.5.1",
"mocha": "10.2.0",
"mocha": "10.6.0",
"nock": "13.5.1",
"mysql": "2.18.1",
"semantic-release": "23.0.1",
"sinon": "7.4.2",
"sinon-chai": "3.3.0",
"semantic-release": "24.0.0",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"minimist": "1.2.8",
"minimatch": "9.0.3",
"mkdirp": "3.0.1",
Expand Down

0 comments on commit 27a091c

Please sign in to comment.