Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Jan 31, 2024
1 parent bd607aa commit 4a7b5a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: ./lib/binding/node-*-linux-x64/

# test-memray:
# needs: build
# needs: build-ubuntu
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
test-ce-latest-release:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'new-server-features') }}
needs: build
needs: build-ubuntu

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

test-ce:
runs-on: ubuntu-latest
needs: build
needs: build-ubuntu
strategy:
matrix:
node-version: [
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

test-lowest-supported-server:
runs-on: ubuntu-latest
needs: build
needs: build-ubuntu
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:

test-ee:
runs-on: ubuntu-latest
needs: build
needs: build-ubuntu
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4a7b5a6

Please sign in to comment.