Test extensions first

This commit is contained in:
M. Mert Yildiran
2022-02-08 14:25:12 +03:00
parent 0c158febf0
commit b8350cf139

View File

@@ -40,6 +40,9 @@ jobs:
sudo apt-get update
sudo apt-get install google-cloud-sdk
- name: Extensions Test
run: make test-extensions
- name: CLI Test
run: make test-cli
@@ -49,9 +52,6 @@ jobs:
- name: Shared Test
run: make test-shared
- name: Extensions Test
run: make test-extensions
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2