Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus committed Oct 11, 2023
1 parent 401c180 commit 31a6b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: npm ci
- name: Unit Tests
run: npm run test
test_component:

test_component:
name: Test component
runs-on: ubuntu-latest
steps:
Expand All @@ -65,4 +65,4 @@ jobs:
with:
name: playwright-reports
path: playwright-report/index.html
retention-days: 1
retention-days: 1

0 comments on commit 31a6b46

Please sign in to comment.