Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lfraile committed Dec 30, 2019
2 parents c0b2964 + 9c25adf commit 22c2a85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Build action"
on:
pull_request:
push:
branches:
- master
- 'releases/*'

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: esquio-rolloff-v2
uses: ./
with:
esquioUrl: 'https://esquiodemoui2.azurewebsites.net/'
esquioUrl: 'https://esquiodemoui.azurewebsites.net/'
esquioApiKey: ${{ secrets.apikey }}
productName: 'Default'
featureName: 'MatchScore'

0 comments on commit 22c2a85

Please sign in to comment.