mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-21 00:22:07 +00:00
fix integration test CI
This commit is contained in:
parent
3ca04d8361
commit
799effd487
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: npm run test:integration
|
run: npm run build && npm run test:integration
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue