Skip to content

Update dependency org.spockframework:spock-core to v1.3-groovy-2.5 #15

Update dependency org.spockframework:spock-core to v1.3-groovy-2.5

Update dependency org.spockframework:spock-core to v1.3-groovy-2.5 #15

Workflow file for this run

name: PR CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Build and push image which app build runs on
run: ./infra/build/build.sh ${{ secrets.ID_RSA_CONTENTS_BASE64 }} ${{ secrets.DOCKER_CONFIG_CONTENTS_BASE64 }}
env:
GIT_REPO_URL: '[email protected]:ScottG489/unified-diff-parser.git'
RELATIVE_SUB_DIR: 'infra/build'
test_application:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Build and test
run: ./build.sh test ${{ secrets.ID_RSA_CONTENTS_BASE64 }} ${{ secrets.MAVENCENTRAL_USERNAME_BASE64 }} ${{ secrets.MAVENCENTRAL_PASSWORD_BASE64 }}