diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7f20df82..e69de29bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,16 +0,0 @@ -name: End-to-end tests 🧪 - -on: [push] - -jobs: - cypress-run: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Install dependencies - run: npm install - - - name: Run Cypress - run: npx cypress run \ No newline at end of file