Skip to content

Commit c226f71

Browse files
authored
Use official docker images for CI runs (#1361)
1 parent a8c9783 commit c226f71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33
jobs:
44
run-unit-tests:
55
name: Run unit tests
@@ -21,13 +21,13 @@ jobs:
2121
run-e2e-tests:
2222
name: Run e2e tests
2323
runs-on: ubuntu-latest
24-
needs: [run-unit-tests]
24+
needs: [ run-unit-tests ]
2525
strategy:
2626
matrix:
2727
include:
28-
- COUCHDB_IMAGE: apache/couchdb:3
28+
- COUCHDB_IMAGE: couchdb:3
2929
NIGHTWATCH_SKIPTAGS: "search,nonpartitioned,couchdb-v2-only"
30-
- COUCHDB_IMAGE: apache/couchdb:2.3.1
30+
- COUCHDB_IMAGE: couchdb:2.3.1
3131
NIGHTWATCH_SKIPTAGS: "search,partitioned"
3232
steps:
3333
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)