playwrightjava1/bitbucket-pipelines.yml

15 lines
337 B
YAML

pipelines:
default:
- step:
name: Build and Test
caches:
- maven
runs-on:
- self.hosted
- macos
script:
- mvn -B verify --file pom.xml
- mvn compiler:compile
- mvn compiler:testCompile
- mvn surefire:test
- ./archive.sh