File tree 3 files changed +32
-56
lines changed
3 files changed +32
-56
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name: Cypress Testing
6
6
on :
7
7
push :
8
8
paths :
9
- - ' cypress/**'
9
+ - ' cypress* /**'
10
10
- ' .github/workflows/cypress.yml'
11
11
branches :
12
12
- main
13
13
pull_request :
14
14
paths :
15
- - ' cypress/**'
15
+ - ' cypress* /**'
16
16
- ' .github/workflows/cypress.yml'
17
17
branches :
18
18
- main
51
51
push : false
52
52
secrets : |
53
53
"dotenv=${{ secrets.DOTENV }}"
54
+
55
+ cypress-cucumber :
56
+ runs-on : ubuntu-latest
57
+ steps :
58
+ - name : Checkout code
59
+ uses : actions/checkout@v4
60
+
61
+ - name : Build Cypress example
62
+ uses : docker/build-push-action@v5
63
+ with :
64
+ context : ./cypress-cucumber
65
+ file : ./cypress/Dockerfile
66
+ push : false
67
+ secrets : |
68
+ "dotenv=${{ secrets.DOTENV }}"
69
+
70
+ cypress-cucumber-saucectl :
71
+ runs-on : ubuntu-latest
72
+ steps :
73
+ - name : Checkout code
74
+ uses : actions/checkout@v4
75
+
76
+ - name : Build Cypress example
77
+ uses : docker/build-push-action@v5
78
+ with :
79
+ context : ./cypress-cucumber
80
+ file : ./cypress/Dockerfile.saucectl
81
+ push : false
82
+ secrets : |
83
+ "dotenv=${{ secrets.DOTENV }}"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments