1 parent 77cb148 commit 11827e1Copy full SHA for 11827e1
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,21 @@
1
+name: CI/CD
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ tests:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v4
14
15
+ - name: Run Cypress tests 🧪
16
+ uses: cypress-io/github-action@v6
17
+ with:
18
+ record: true
19
+ tag: local
20
+ env:
21
+ CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
0 commit comments