This is an automated email from the ASF dual-hosted git repository.

amaranhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/main by this push:
     new c226f71f Use official docker images for CI runs (#1361)
c226f71f is described below

commit c226f71f7c1e71060e61b4212c0cee25cd63e0b2
Author: Ronny Berndt <[email protected]>
AuthorDate: Fri Dec 16 15:30:07 2022 +0100

    Use official docker images for CI runs (#1361)
---
 .github/workflows/main.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9986186b..695dca88 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,5 +1,5 @@
 name: CI
-on: [push, pull_request]
+on: [ push, pull_request ]
 jobs:
   run-unit-tests:
     name: Run unit tests
@@ -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

Reply via email to