Skip to content

tratando de arreglar el error de login con un parche xd #73

tratando de arreglar el error de login con un parche xd

tratando de arreglar el error de login con un parche xd #73

Workflow file for this run

name: test
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
# TODO: cache dependencies for faster installs
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm run test:ci
run: npm run test:e2e

Check failure on line 30 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 30, Col: 9): 'run' is already defined