Skip to content

Commit

Permalink
Run resilience-tests on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Sep 1, 2022
1 parent 737c248 commit d587f25
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ jobs:
TEST_ARANGODB_URL: http://arangodb:8529
CI: true

resilience:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
arangodb-version: [3.8, 3.9]

container:
image: node:${{ matrix.node-version }}

steps:
- uses: actions/checkout@v2
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@8
- run: npm install
- run: npm test
env:
ARANGO_RELEASE: ${{ matrix.arangodb-version }}
RESILIENCE_DOCKER_IMAGE: arangodb:${{ matrix.arangodb-version }}
CI: true

web:
runs-on: ubuntu-latest

Expand Down

0 comments on commit d587f25

Please sign in to comment.