Skip to content

chore: bump net.hexonet.apiconnector:java-sdk from 4.0.11 to 4.0.12 in /testapiconnector #11

chore: bump net.hexonet.apiconnector:java-sdk from 4.0.11 to 4.0.12 in /testapiconnector

chore: bump net.hexonet.apiconnector:java-sdk from 4.0.11 to 4.0.12 in /testapiconnector #11

Workflow file for this run

name: Test
on:
workflow_call:
pull_request:
types:
- opened
- synchronize
jobs:
test:
name: 🧪 Testing
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [15]
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64
- run: |
cd testapiconnector
mvn compile exec:java