Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Apr 1, 2024
1 parent 6a6c3f5 commit d9a0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
run: docker build -t alumi .

- name: Run TSC
run: docker run --rm -v $(pwd):/code --workdir /code alumi bash -c 'npm run build && cd tests && ./tests.sh'
run: docker run --rm -v $(pwd):/code --workdir /code alumi bash -c 'npm install && npm run build && cd tests && ./tests.sh'

0 comments on commit d9a0be9

Please sign in to comment.