Skip to content

Commit

Permalink
Add enterprise to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Apr 26, 2023
1 parent 8e50655 commit c10ee85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- arangodb:3.9
- arangodb:3.10
- arangodb/arangodb-test:devel-nightly
- arangodb/enterprise-test:devel-nightly

container:
image: node:${{ matrix.node-version }}-alpine
Expand All @@ -27,6 +28,7 @@ jobs:
image: ${{ matrix.arangodb-version }}
env:
ARANGO_NO_AUTH: 1
ARANGO_LICENSE_KEY: $ARANGO_LICENSE_KEY

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c10ee85

Please sign in to comment.