Skip to content

Commit 1b0928c

Browse files
committed
Debug CI
1 parent d8346d0 commit 1b0928c

File tree

4 files changed

+24
-93
lines changed

4 files changed

+24
-93
lines changed

.github/workflows/ci-4.x.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/ci-5.x.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/debug.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: vertx-json-schema (5.x)
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
9+
jobs:
10+
Debug:
11+
name: Debug env issue
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v2
16+
with:
17+
ref: master
18+
- name: Install JDK
19+
uses: actions/setup-java@v2
20+
with:
21+
java-version: 11
22+
distribution: temurin
23+
- name: Get project version
24+
run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)