Skip to content

Commit

Permalink
Use arangodb-test instead of arangodb-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Apr 26, 2023
1 parent 67ebcb3 commit 8e50655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- arangodb:3.8
- arangodb:3.9
- arangodb:3.10
- arangodb/arangodb-preview:devel-nightly
- arangodb/arangodb-test:devel-nightly

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- arangodb:3.8
- arangodb:3.9
- arangodb:3.10
- arangodb/arangodb-preview:devel-nightly
- arangodb/arangodb-test:devel-nightly

container:
image: node:${{ matrix.node-version }}-alpine
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- arangodb:3.8
- arangodb:3.9
- arangodb:3.10
- arangodb/arangodb-preview:devel-nightly
- arangodb/arangodb-test:devel-nightly

container:
image: node:16
Expand Down

0 comments on commit 8e50655

Please sign in to comment.