Skip to content
Snippets Groups Projects
Commit f223dfd9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.1.1 [skip ci]

parent 9c44f74b
No related branches found
Tags 3.1 3.1.1
No related merge requests found
## [3.1.1](https://gitlab.com/to-be-continuous/cypress/compare/3.1.0...3.1.1) (2022-11-26)
### Bug Fixes
* support custom CA certificates with npm ([9c44f74](https://gitlab.com/to-be-continuous/cypress/commit/9c44f74ba5ae87e9cb61cf8b9b49450b78365fae))
# [3.1.0](https://gitlab.com/to-be-continuous/cypress/compare/3.0.0...3.1.0) (2022-10-04)
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/cypress'
ref: '3.1.0'
ref: '3.1.1'
file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps
......
......@@ -234,7 +234,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "cypress", "3.1.0"]
command: ["--service", "cypress", "3.1.1"]
stage: acceptance
before_script:
- *cypress-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment