Skip to content

Commit d9e449e

Browse files
Update CI configurations
1 parent 5c2734e commit d9e449e

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/workflows/android_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Android Instrumentation Tests"
22
on: [ push, pull_request ]
33
jobs:
44
instrumentation_tests:
5+
if: "!contains(github.event.head_commit.message, 'skip ci')"
56
runs-on: ubuntu-latest
67
steps:
78
- name: checkout repository

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
name: "CodeQL"
2-
on:
3-
push:
4-
branches: [ main, release ]
5-
pull_request:
6-
branches: [ main, release ]
7-
schedule:
8-
- cron: '41 4 * * 2'
1+
name: "CodeQL Analyze"
2+
on: [ push, pull_request ]
93
jobs:
104
analyze:
11-
name: Analyze
5+
if: "!contains(github.event.head_commit.message, 'skip ci')"
126
runs-on: ubuntu-latest
137
timeout-minutes: 360
148
permissions:
@@ -22,11 +16,11 @@ jobs:
2216
steps:
2317
- name: Checkout repository
2418
uses: actions/checkout@v4
25-
- name: set up JDK 17
19+
- name: set up JDK 21
2620
uses: actions/setup-java@v4
2721
with:
2822
distribution: 'zulu'
29-
java-version: '17'
23+
java-version: '21'
3024
- name: Initialize CodeQL
3125
uses: github/codeql-action/init@v3
3226
with:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ WiFi Analyzer is licensed under the GNU General Public License v3.0 (GPLv3).
107107

108108
[![Workflow Status](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/Android%20CI/badge.svg)](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22Android+CI%22)
109109
[![Workflow Status](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/Android%20Instrumentation%20Tests/badge.svg)](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22Android+Instrumentation+Tests%22)
110+
[![Workflow Status](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/workflows/CodeQL%20Analyze/badge.svg)](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/actions?query=workflow%3A%22CodeQL+Analyze%22)
111+
110112
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/203eaa0583694bcca6554190513179ba)](https://app.codacy.com/gh/VREMSoftwareDevelopment/WiFiAnalyzer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
111113
[![codecov](https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/VREMSoftwareDevelopment/WiFiAnalyzer)
112114

0 commit comments

Comments
 (0)