Skip to content

Commit 10f9989

Browse files
committed
Version verification temporarily removed.
1 parent e956340 commit 10f9989

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
python_script:
12-
name: Checking Java project version
13-
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
python-version: [3.7]
17-
18-
steps:
19-
- uses: actions/checkout@v2
20-
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v1
22-
with:
23-
python-version: ${{ matrix.python-version }}
24-
- name: Checking Java project version
25-
run: |
26-
python ./.github/workflows/scripts/check_java_version.py
27-
11+
2812
build_and_test:
2913
name: Checking gradle build and running tests
3014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)