Skip to content

Commit

Permalink
try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Brouk committed Aug 17, 2022
1 parent 63b9013 commit d41ea00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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
- image: cimg/go:1.18.3-node
environment:
TEST_DATABASE_URL: postgres://mmuser:mostest@localhost:5432/mattermost_test
MM_SERVICESETTINGS_ENABLEDEVELOPER: true
Expand Down Expand Up @@ -410,10 +410,10 @@ workflows:
- test
- e2e-cypress-tests-pinned:
requires:
- dist
- test
- e2e-cypress-tests-master:
requires:
- dist
- test
- test-rest-postgres11:
requires:
- test
Expand All @@ -438,7 +438,7 @@ workflows:
only: /^v.*/
- e2e-cypress-tests-pinned:
requires:
- dist
- test
filters:
tags:
only: /^v.*/
Expand All @@ -447,7 +447,7 @@ workflows:
branches:
only: master
requires:
- dist
- test
- test-rest-postgres11:
requires:
- test
Expand Down

0 comments on commit d41ea00

Please sign in to comment.