diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bdee5c4..e1b926b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -60,9 +60,6 @@ jobs: - name: Install safe-chain globally run: npm install -g . - - name: Run unit tests - run: npm test - - name: Run linting run: npm run lint