Skip to content

Commit

Permalink
try fixing pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed Jul 23, 2024
1 parent 941507b commit 1b58250
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Tests

on: [ push ]
on: [push]

jobs:
test:

runs-on: ubuntu-latest

steps:
Expand All @@ -13,8 +12,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci

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

0 comments on commit 1b58250

Please sign in to comment.