Skip to content

Commit

Permalink
fix(github:ci): Error every step must define a uses or run key
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusga committed Apr 22, 2023
1 parent f4eb045 commit ef26a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install deps
- run: npm ci
- name: Run tests
- run: npm test

0 comments on commit ef26a2a

Please sign in to comment.