From 7d7ed9b855d28ca5fc24ef0f366911d90782212e Mon Sep 17 00:00:00 2001 From: Xabaril Date: Mon, 30 Dec 2019 09:10:09 +0100 Subject: [PATCH 1/2] Create build-action.yml --- .github/workflows/build-action.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/build-action.yml 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 From 9c25adf0c65a157a99cb53db2df6746d5c495989 Mon Sep 17 00:00:00 2001 From: Xabaril Date: Mon, 30 Dec 2019 09:12:35 +0100 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'