diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecaa8e2f..1c8f8208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - main + pull_request: + branches: + - main release: types: - created @@ -16,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.x' - registry-url: 'https://nexus.mekomsolutions.net/repository/npm-public' + registry-url: 'https://nexus.mekomsolutions.net/repository/npm-public/' - name: Install dependencies run: yarn install diff --git a/package.json b/package.json index 02d5ac72..aa4f9415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ozone-e2e", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0-alpha.10", "description": "These are end-to-end automated tests covering all Ozone HIS workflows", "main": "index.js", "files": [ @@ -12,12 +12,12 @@ "!playwright-report/" ], "scripts": { - "proE2ETests": "npx playwright test", + "proE2ETests": "npx playwright test Analytics", "fossE2ETests": "npx playwright test Odoo Senaite", "publish": "npm publish" }, "publishConfig": { - "registry": "https://nexus.mekomsolutions.net/repository/npm-public" + "registry": "https://nexus.mekomsolutions.net/repository/npm-public/" }, "keywords": [], "author": "",