Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.13 in /remote-robot #504
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Branch | |
on: | |
push: | |
branches-ignore: | |
- master | |
jobs: | |
build: | |
name: Build lib and plugin | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/[email protected] | |
- name: Build the remote-robot lib | |
run: ./gradlew :remote-robot:build | |
- name: Build the remote-fixtures lib | |
run: ./gradlew :remote-fixtures:build | |
- name: Build the ide-launcher lib | |
run: ./gradlew :ide-launcher:build -x test | |
- name: Build the plugin | |
run: ./gradlew :robot-server-plugin:buildPlugin |