Skip to content

Commit

Permalink
Reduce test space, TO BE REVERTED
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 17, 2021
1 parent 1bfbc5b commit c812cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dgraph-version: [20.03.4, 20.03.5, 20.03.6, 20.03.7, 20.07.0, 20.07.1, 20.07.2, 20.11.0, 20.11.1, 20.11.2]
dgraph-version: [20.11.2]
python-version: [3.6]

steps:
Expand Down Expand Up @@ -171,6 +171,7 @@ jobs:
name: Integration Tests (Dgraph ${{ matrix.dgraph-version }})
runs-on: ubuntu-latest
needs: build
if: "false"

strategy:
fail-fast: false
Expand Down

0 comments on commit c812cb7

Please sign in to comment.