From 03e0c92453fa4a22f7f9fc1fd07cfdc20d84ce33 Mon Sep 17 00:00:00 2001 From: phips28 Date: Wed, 22 Sep 2021 17:10:59 +0200 Subject: [PATCH] disable end to end test --- .github/workflows/pull-request.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2d894bf..54627db 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,15 +6,15 @@ on: concurrency: end-to-end-test jobs: - end-to-end-tests: - name: Conduct end-to-end tests - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: npm ci - name: Install dependencies - - run: npm run end-to-end-test - env: - TEST_REPO: ${{ secrets.TEST_REPO }} - TEST_USER: ${{ secrets.TEST_USER }} - TEST_TOKEN: ${{ secrets.TEST_TOKEN }} +# end-to-end-tests: +# name: Conduct end-to-end tests +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - run: npm ci +# name: Install dependencies +# - run: npm run end-to-end-test +# env: +# TEST_REPO: ${{ secrets.TEST_REPO }} +# TEST_USER: ${{ secrets.TEST_USER }} +# TEST_TOKEN: ${{ secrets.TEST_TOKEN }}