From d218487aca6b9b28c5173e303342a756a2a2d0de Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:09:59 +0500 Subject: [PATCH] fix: docker server-test run fail fixed (#8329) ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --------- Co-authored-by: Bayheck --- .github/workflows/publish.yml | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b99bf150c..c62357729f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,6 +40,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - run: npm install + - run: npx gulp build - run: gulp docker-publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 68ad1ec99c..0984dbccc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.7.0-rc.3", + "version": "3.7.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.7.0-rc.3", + "version": "3.7.0-rc.4", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index e6d2826c48..f923a1340b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "3.7.0-rc.3", + "version": "3.7.0-rc.4", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"