diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0df2659..02e627f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,6 +13,7 @@ jobs: mac: if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }} strategy: + fail-fast: false matrix: app: [hostd, renterd, walletd] runs-on: macos-latest @@ -74,6 +75,7 @@ jobs: linux: if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }} strategy: + fail-fast: false matrix: app: [hostd, renterd, walletd] runs-on: ubuntu-latest @@ -100,6 +102,7 @@ jobs: windows: if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }} strategy: + fail-fast: false matrix: app: [hostd, renterd, walletd] runs-on: windows-latest diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 9aeed38..044471e 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/renterd/package.json b/renterd/package.json index fa1b33b..009087e 100644 --- a/renterd/package.json +++ b/renterd/package.json @@ -82,6 +82,7 @@ "eslint-config-next": "13.3.0", "globals": "^15.2.0", "next": "13.5.2", + "phantomjs-prebuilt": "^2.1.16", "postcss": "^8.4.31", "rimraf": "^3.0.2", "typescript": "5.0.3", diff --git a/yarn.lock b/yarn.lock index 1c8a9b7..d646443 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11474,7 +11474,7 @@ __metadata: languageName: node linkType: hard -"phantomjs-prebuilt@npm:^2.1.14": +"phantomjs-prebuilt@npm:^2.1.14, phantomjs-prebuilt@npm:^2.1.16": version: 2.1.16 resolution: "phantomjs-prebuilt@npm:2.1.16" dependencies: @@ -12321,6 +12321,7 @@ __metadata: globals: "npm:^15.2.0" js-yaml: "npm:^4.1.0" next: "npm:13.5.2" + phantomjs-prebuilt: "npm:^2.1.16" postcss: "npm:^8.4.31" react: "npm:^18.2.0" react-dom: "npm:18.2.0"