ci: remove tests, redundant with coverage
This commit is contained in:
10
.github/workflows/action.yml
vendored
10
.github/workflows/action.yml
vendored
@@ -40,18 +40,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
nix develop --no-pure-eval --accept-flake-config --command just build-release
|
nix develop --no-pure-eval --accept-flake-config --command just build-release
|
||||||
|
|
||||||
- name: Tests
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
nix develop --no-pure-eval --accept-flake-config --command just test
|
nix develop --no-pure-eval --accept-flake-config --command just lint-report
|
||||||
|
|
||||||
- name: Coverage
|
- name: Coverage
|
||||||
run: |
|
run: |
|
||||||
nix develop --no-pure-eval --accept-flake-config --command just coverage-ci
|
nix develop --no-pure-eval --accept-flake-config --command just coverage-ci
|
||||||
|
|
||||||
- name: Lint
|
|
||||||
run: |
|
|
||||||
nix develop --no-pure-eval --accept-flake-config --command just lint-report
|
|
||||||
|
|
||||||
- name: Sonar analysis
|
- name: Sonar analysis
|
||||||
uses: SonarSource/sonarqube-scan-action@v6
|
uses: SonarSource/sonarqube-scan-action@v6
|
||||||
env:
|
env:
|
||||||
@@ -62,7 +58,7 @@ jobs:
|
|||||||
run: nix build --no-pure-eval --accept-flake-config
|
run: nix build --no-pure-eval --accept-flake-config
|
||||||
|
|
||||||
- name: Package Linux binary
|
- name: Package Linux binary
|
||||||
run: zip jj-cz-linux-x86_64.zip result/bin/jj-cz LICENSE.GPL.md LICENSE.MIT.md
|
run: mv result/bin/jj-cz && zip jj-cz-linux-x86_64.zip jj-cz LICENSE.GPL.md LICENSE.MIT.md
|
||||||
|
|
||||||
- name: Upload Linux artifact
|
- name: Upload Linux artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user