We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8346d0 commit 1b0928cCopy full SHA for 1b0928c
.github/workflows/ci-4.x.yml
.github/workflows/ci-5.x.yml
.github/workflows/ci.yml
.github/workflows/debug.yml
@@ -0,0 +1,24 @@
1
+name: vertx-json-schema (5.x)
2
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
8
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
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