Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MadKea committed Jul 10, 2023
1 parent 9408c4c commit f6886f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ on:
push:
jobs:
linting:
name: Run Lint check
name: Testing Cypress
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install --legacy-peer-deps
- name: Run ESLint
run: npx eslint .
- name: Create environment file
env:
NX_FIREBASE_KEY: ${{ secrets.NX_FIREBASE_KEY }}
Expand Down

0 comments on commit f6886f1

Please sign in to comment.