Files
maven-settings-action/.github/workflows/test.yml
Slawomir Jaranowski 33ba027849 fix xpath
2019-10-01 23:03:44 +02:00

20 lines
418 B
YAML

name: "Test Action"
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test
- uses: ./
with:
servers: '[{"id": "serverId", "username": "username", "password": "password"}]'
properties: '[{"prop1": "value1"}, {"prop2": "value2"}]'
sonatypeSnapshots: true
- run: cat ~/.m2/settings.xml