Skip to content

Commit

Permalink
try 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Brouk committed Aug 17, 2022
1 parent d41ea00 commit ac6ae2e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
e2e-cypress-tests-pinned:
resource_class: xlarge
docker:
- image: cimg/go:1.18.3-node
- image: cimg/go:1.18.3-browsers
environment:
TEST_DATABASE_URL: postgres://mmuser:mostest@localhost:5432/mattermost_test
MM_SERVICESETTINGS_ENABLEDEVELOPER: true
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
e2e-cypress-tests-master:
resource_class: xlarge
docker:
- image: cimg/go:1.17.3-browsers
- image: cimg/go:1.18.3-browsers
environment:
TEST_DATABASE_URL: postgres://mmuser:mostest@localhost:5432/mattermost_test
MM_SERVICESETTINGS_ENABLEDEVELOPER: true
Expand Down Expand Up @@ -407,16 +407,16 @@ workflows:
- lint
- dist:
requires:
- test
- lint
- e2e-cypress-tests-pinned:
requires:
- test
- lint
- e2e-cypress-tests-master:
requires:
- test
- lint
- test-rest-postgres11:
requires:
- test
- lint

ci:
jobs:
Expand All @@ -432,13 +432,13 @@ workflows:
only: /^v.*/
- dist:
requires:
- test
- lint
filters:
tags:
only: /^v.*/
- e2e-cypress-tests-pinned:
requires:
- test
- lint
filters:
tags:
only: /^v.*/
Expand All @@ -447,16 +447,16 @@ workflows:
branches:
only: master
requires:
- test
- lint
- test-rest-postgres11:
requires:
- test
- lint
filters:
tags:
only: /^v.*/
- coverage:
requires:
- test
- lint
filters:
tags:
only: /^v.*/
Expand Down
37 changes: 19 additions & 18 deletions test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac6ae2e

Please sign in to comment.