Skip to content

Commit

Permalink
mv directory to npm commands
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <[email protected]>
  • Loading branch information
F-Node-Karlsruhe committed Jun 14, 2023
1 parent 597e7d4 commit c5dbcd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: API Tests
working-directory: ./api
uses: actions/setup-node@v3
with:
node-version: 18

- run: npm ci
working-directory: ./api
- run: npm test
working-directory: ./api

0 comments on commit c5dbcd8

Please sign in to comment.