Skip to content

Commit

Permalink
Small typo had perfix should be prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Apr 7, 2024
1 parent 23c80ee commit 51a7c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm --perfix questionservice ci
- run: npm --prefix questionservice ci
- run: npm --prefix users/recordservice ci
- run: npm --prefix users/authservice ci
- run: npm --prefix users/userservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix webapp ci
- run: npm --perfix questionservice test -- --coverage
- run: npm --prefix questionservice test -- --coverage
- run: npm --prefix users/recordservice test -- --coverage
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
Expand Down

0 comments on commit 51a7c28

Please sign in to comment.