Skip to content

Commit

Permalink
Use official docker images for CI runs (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-r81 authored Dec 16, 2022
1 parent a8c9783 commit c226f71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push, pull_request]
on: [ push, pull_request ]
jobs:
run-unit-tests:
name: Run unit tests
Expand All @@ -21,13 +21,13 @@ jobs:
run-e2e-tests:
name: Run e2e tests
runs-on: ubuntu-latest
needs: [run-unit-tests]
needs: [ run-unit-tests ]
strategy:
matrix:
include:
- COUCHDB_IMAGE: apache/couchdb:3
- COUCHDB_IMAGE: couchdb:3
NIGHTWATCH_SKIPTAGS: "search,nonpartitioned,couchdb-v2-only"
- COUCHDB_IMAGE: apache/couchdb:2.3.1
- COUCHDB_IMAGE: couchdb:2.3.1
NIGHTWATCH_SKIPTAGS: "search,partitioned"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c226f71

Please sign in to comment.