Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lfraile committed Dec 9, 2019
2 parents bc4a35d + 9802a6e commit 4ab5310
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Test rolloout (V2) task"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test_rollout_v2_job:
runs-on: ubuntu-latest
name: Rollout test
steps:
- name: Checkout
uses: actions/checkout@v1
- name: esquio-rollout-v2
uses: ./
with:
esquioUrl: 'https://esquiodemoui2.azurewebsites.net/'
esquioApiKey: ${{ secrets.apikey }}
productName: 'Default'
featureName: 'MatchScore'

0 comments on commit 4ab5310

Please sign in to comment.