diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 22e93af..506ef3d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,10 +24,3 @@ jobs: - name: Run tests run: echo "Run tests" working-directory: starter - - tests: - runs-on: ubuntu-latest - steps: - - name: run tests - run: echo "Integrations tests" - working-directory: starter