diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml new file mode 100644 index 0000000..c77698e --- /dev/null +++ b/.github/workflows/build-action.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81fead3..b03d576 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'