Merge pull request #3301 from yurake/renovate/codacy-codacy-analysis-… #4807
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cypress CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
paths: | |
- "**/*.js" | |
jobs: | |
cypress-run: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- uses: bahmutov/[email protected] | |
with: | |
working-directory: kubernetes/monitoring/test/cypress | |
- name: Cypress run | |
uses: cypress-io/[email protected] | |
env: | |
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
working-directory: kubernetes/monitoring/test/cypress | |
record: true |