Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avfirsov committed Dec 27, 2023
1 parent 74ee305 commit 19f81b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
run: npm install

- name: Run functionality tests
run: npm run test:functionality
run: npm run tests:functionality

- name: Functionality tests passed
if: success()
run: echo "Functionality tests passed!"

- name: Run typing tests
run: npm run test:typing
run: npm run tests:typing

- name: Typing tests passed
if: success()
Expand Down

0 comments on commit 19f81b3

Please sign in to comment.