You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -550,7 +553,7 @@ For seamless integration into CI/CD pipelines, the Google Sheets credentials nee
550
553
3. **Decrypting the Secret in CI/CD**
551
554
- **Workflow Modification:** Incorporate steps in your CI/CD workflow to decrypt the secret file using the stored passphrase. The modifications should align with your project's encryption setup.
552
555
553
-
**GitHub Actions Example:**
556
+
#### GitHub Actions Example:
554
557
555
558
```yaml
556
559
name: Nightly regression and report
@@ -594,7 +597,8 @@ jobs:
594
597
run: npm run cypress:nightly
595
598
```
596
599
597
-
**GitLab CI Example:**
600
+
#### GitLab CI Example:
601
+
598
602
(Note: To schedule nightly runs, set up a pipeline schedule in your GitLab project settings.)
599
603
600
604
```yaml
@@ -617,7 +621,8 @@ nightly_regression:
617
621
- main
618
622
```
619
623
620
-
**AWS CodeBuild Example:**
624
+
#### AWS CodeBuild Example:
625
+
621
626
For AWS CodeBuild, you can set up a comparable configuration using a `buildspec.yml` file:
0 commit comments