mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Yeah no we still need build to test on gh actions
This commit is contained in:
parent
1caa109c2f
commit
e2489c2372
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm run build && npm test
|
||||||
|
|
Loading…
Add table
Reference in a new issue