diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b4cb0e5..befb877c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,26 +76,26 @@ jobs: - run: npm run test-integration - e2e-tests: - needs: [unit-tests, integration-tests] - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - steps: - - name: checkout - uses: actions/checkout@v4 - - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - - - id: cache-npm - name: restore npm cache - uses: actions/cache@v4 - with: - key: npm-cache-${{ github.ref_name }}-${{ matrix.node-version }}-e2e-tests - path: ${{ env.npm_config_cache }} - - run: npm install - - - run: npm run test-e2e +# e2e-tests: +# needs: [unit-tests, integration-tests] +# runs-on: ubuntu-latest +# strategy: +# matrix: +# node-version: [18.x] +# steps: +# - name: checkout +# uses: actions/checkout@v4 +# - name: setup Node.js v${{ matrix.node-version }} +# uses: actions/setup-node@v4 +# with: +# node-version: ${{ matrix.node-version }} +# +# - id: cache-npm +# name: restore npm cache +# uses: actions/cache@v4 +# with: +# key: npm-cache-${{ github.ref_name }}-${{ matrix.node-version }}-e2e-tests +# path: ${{ env.npm_config_cache }} +# - run: npm install +# +# - run: npm run test-e2e diff --git a/package-lock.json b/package-lock.json index 22b76d3e..22b77e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "db-vendo-client", - "version": "6.10.8", + "version": "6.10.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "db-vendo-client", - "version": "6.10.8", + "version": "6.10.9", "license": "ISC", "dependencies": { "content-type": "^1.0.5", diff --git a/package.json b/package.json index 63fe2a2a..6747893a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "db-vendo-client", "description": "Client for bahn.de public transport APIs.", - "version": "6.10.8", + "version": "6.10.9", "type": "module", "main": "index.js", "files": [