Skip to content

functions refactor

functions refactor #3

name: e2e-cypress-12-ccy-1.10
on:
push:
jobs:
e2e-cypress-12-ccy-1.10:

Check failure on line 7 in .github/workflows/e2e-cypress-12-ccy-1.10.yml

View workflow run for this annotation

GitHub Actions / e2e-cypress-12-ccy-1.10

Invalid workflow file

The workflow is not valid. .github/workflows/e2e-cypress-12-ccy-1.10.yml (Line: 7, Col: 5): The identifier 'e2e-cypress-12-ccy-1.10' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
env:
DEBUG: currents:*
strategy:
matrix:
node-version: ["18"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Install Cypress 12.17.4
run: cd ./packages/cypress-cloud | npm install [email protected]
- name: Build
run: npm run build
- name: Run compatibility tests
working-directory: ./e2e/cypress-12-demo
env:
CURRENTS_API_KEY: YpYIAerb1rWuOFrvf7ciK8Za8koKgrtRfoDPboQUOjScnBv91m4qAXSDb8Rb57m9
CURRENTS_RUN_BASE_URL: https://api.currents.dev/v1/runs/
CURRENTS_PROJECT_ID: 2cI1I5
CURRENTS_RECORD_KEY: YakSabgBLb7D40nZ
run: >
npm run test