puppeteer/.github/workflows/ci.yml

313 lines
9.4 KiB
YAML
Raw Normal View History

2022-05-31 12:55:46 +00:00
name: CI
# Declare default permissions as read only.
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
2022-06-23 07:12:51 +00:00
- '**'
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
2022-07-01 13:03:12 +00:00
inspect-code:
name: Inspect code
runs-on: ubuntu-latest
steps:
2022-10-06 10:44:45 +00:00
- name: Check out repository
uses: actions/checkout@v3.0.2
2022-07-01 13:03:12 +00:00
with:
fetch-depth: 2
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
2022-07-01 13:03:12 +00:00
with:
cache: npm
node-version: latest
2022-07-01 13:03:12 +00:00
- name: Install dependencies
run: npm ci --ignore-scripts
2022-07-01 13:03:12 +00:00
- name: Check code
run: npm run check
- name: Lint code
run: npm run lint
- name: Lint commits
run: npm run commitlint
if: github.event_name != 'pull_request'
2022-07-01 11:52:39 +00:00
check-docs:
name: Check documentation
runs-on: ubuntu-latest
outputs:
needs_deploying: ${{ steps.needs_deploying.outputs.value }}
steps:
2022-10-06 10:44:45 +00:00
- name: Check out repository
uses: actions/checkout@v3.1.0
with:
fetch-depth: 2
2022-07-01 11:52:39 +00:00
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
2022-07-01 11:52:39 +00:00
with:
cache: npm
node-version: latest
2022-07-01 11:52:39 +00:00
- name: Install dependencies
run: npm ci --ignore-scripts
2022-07-01 11:52:39 +00:00
- name: Build
run: npm run docs
- name: Check if autogenerated docs differ
2022-07-01 14:00:27 +00:00
run: |
diff_file=$(mktemp doc_diff_XXXXXX)
git diff --color > $diff_file
if [[ -s $diff_file ]]; then
echo "Please update the documentation by running 'npm run docs'. The following was the diff"
cat $diff_file
rm $diff_file
2022-07-01 14:00:27 +00:00
exit 1
fi
rm $diff_file
2022-07-01 11:52:39 +00:00
- name: Check if docs need to be deployed
id: needs_deploying
run: |
if [[ $(git diff HEAD^ -- ./docs ./website) ]]; then
2022-07-01 11:52:39 +00:00
needs_deploying=true
else
needs_deploying=false
fi
echo "value=$needs_deploying" >> $GITHUB_OUTPUT
2022-07-01 11:52:39 +00:00
deploy-docs:
needs: check-docs
name: Deploy docs (if needed)
if: ${{ needs.check-docs.outputs.needs_deploying == 'true' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: write
2022-07-01 11:52:39 +00:00
steps:
2022-10-06 10:44:45 +00:00
- name: Check out repository
uses: actions/checkout@v3.0.2
2022-07-01 11:52:39 +00:00
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
2022-07-01 11:52:39 +00:00
with:
cache: npm
node-version: latest
2022-07-01 11:52:39 +00:00
- name: Install dependencies
working-directory: ./website
run: npm ci
- name: Build website
working-directory: ./website
env:
NODE_OPTIONS: --max-old-space-size=6144
2022-07-01 11:52:39 +00:00
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
user_name: release-please[bot]
user_email: 55107282+release-please[bot]@users.noreply.github.com
chrome-tests:
name: ${{ matrix.suite }} tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
suite:
- chrome-headless
- chrome-headful
- chrome-new-headless
steps:
2022-10-06 10:44:45 +00:00
- name: Check out repository
uses: actions/checkout@v3.0.2
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
with:
cache: npm
node-version: latest
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build packages
run: npm run build
2022-07-01 13:03:12 +00:00
- name: Setup cache for Chromium binary
uses: actions/cache@v3
with:
path: ~/.cache/puppeteer/chrome
key: ${{ runner.os }}-chromium-${{ hashFiles('packages/puppeteer-core/src/revisions.ts') }}
- name: Install Chromium
run: npm run postinstall
- name: Install linux dependencies.
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install xvfb
- name: Tests types
run: npm run test-types
- name: Run all tests (for non-Linux)
if: ${{ matrix.os != 'ubuntu-latest' }}
run: npm run test -- --test-suite ${{ matrix.suite }}
- name: Run all tests (for Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: xvfb-run --auto-servernum npm run test -- --test-suite ${{ matrix.suite }}
firefox-tests:
name: ${{ matrix.suite }} tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
suite:
- firefox-bidi
- firefox-headful
- firefox-headless
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
with:
cache: npm
node-version: latest
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build packages
run: npm run build
2022-07-01 13:03:12 +00:00
- name: Setup cache for Firefox binary
uses: actions/cache@v3
with:
path: ~/.cache/puppeteer/firefox
key: ${{ runner.os }}-firefox-${{ hashFiles('packages/puppeteer-core/src/revisions.ts') }}
2022-07-01 13:03:12 +00:00
- name: Install Firefox
env:
2022-07-01 13:03:12 +00:00
PUPPETEER_PRODUCT: firefox
run: npm run postinstall
2022-07-01 13:03:12 +00:00
- name: Install linux dependencies.
if: ${{ matrix.os == 'ubuntu-latest' }}
2022-07-01 13:03:12 +00:00
run: sudo apt-get install xvfb
- name: Tests types
run: npm run test-types
- name: Run all tests (for non-Linux)
if: ${{ matrix.os != 'ubuntu-latest' }}
run: npm run test -- --test-suite ${{ matrix.suite }}
- name: Run all tests (for Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: xvfb-run --auto-servernum npm run test -- --test-suite ${{ matrix.suite }}
installation-test-build:
name: Build installation test
runs-on: ubuntu-latest
if: "!startsWith(github.ref_name, 'release-please')"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
with:
cache: npm
node-version: latest
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build installation test
run: npm run build --workspace @puppeteer-test/installation
- name: Pack installation test
run: npm pack --workspace @puppeteer-test/installation
- name: Upload installation test
uses: actions/upload-artifact@v3
with:
name: installation-test
path: puppeteer-test-installation-latest.tgz
installation-test:
name: Test ${{ matrix.pkg_manager }} installation on ${{ matrix.os }} (${{ matrix.node }})
needs: installation-test-build
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- 14
- 16
- 18
pkg_manager:
- npm
steps:
- name: Download installation test
uses: actions/download-artifact@v3
with:
name: installation-test
- name: Unpack installation test
run: tar -xf puppeteer-test-installation-latest.tgz --strip-components 1 -C .
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node }}
- name: Set up ${{ matrix.pkg_manager }}
id: workaround
if: ${{ matrix.node == '14' && matrix.os == 'windows-latest' && matrix.pkg_manager == 'npm' }}
run: npm install -g ${{ matrix.pkg_manager }}@8.3
- name: Set up ${{ matrix.pkg_manager }}
if: ${{ steps.workaround.outcome == 'skipped' }}
run: npm install -g ${{ matrix.pkg_manager }}@latest
- name: Install dependencies
run: ${{ matrix.pkg_manager }} install
- name: Test
env:
PKG_MANAGER: ${{ matrix.pkg_manager }}
run: ${{ matrix.pkg_manager }} test
docker-tests:
name: Test Docker image
runs-on: ubuntu-latest
steps:
2022-10-06 10:44:45 +00:00
- name: Check out repository
uses: actions/checkout@v3.0.2
with:
fetch-depth: 2
- name: Set up Node.js
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>Update <code>@​actions/core</code> and Print Node, Npm, Yarn versions</h2> <p>In scope of this release we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/587">actions/core to 1.10.0</a>. Moreover, we added logic <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/368">to print Nodejs, Npm, Yarn versions</a> after installation.</p> <h2>Add support for engines.node and Volta</h2> <p>In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/485">actions/setup-node#485</a>. Moreover, we <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/532">added support for Volta</a></p> <p>Besides, we updated <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/574"><code>@​actions/core</code> to 1.9.1</a> and <a href="https://github-redirect.dependabot.com/actions/setup-node/pull/573"><code>@​actions/cache</code> to 3.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/8c91899e586c5b171469028077307d293428b516"><code>8c91899</code></a> Update <code>@​actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/587">#587</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c81d8ad96dab0a834a87f7a0300b154386f2e26a"><code>c81d8ad</code></a> Print node, npm and yarn versions after installation (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/368">#368</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c96ab56c5b0ebc955a5dd6bb6f1813c2f91b8658"><code>c96ab56</code></a> Add information about always-auth input (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/585">#585</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/969bd2663942d722d85b6a8626225850c2f7be4b"><code>969bd26</code></a> Fix test volta priority (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/577">#577</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/9f3a02bbd17adc05b078145bb8f676c84be77e89"><code>9f3a02b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/532">#532</a> from jef/main</li> <li><a href="https://github.com/actions/setup-node/commit/4cffe5c52b4c7a58d230a4f51f534a7bf0f1dfce"><code>4cffe5c</code></a> chore: remove sponge usage</li> <li><a href="https://github.com/actions/setup-node/commit/0efefb3c0b635aa27a368ae8b1eb60345072b977"><code>0efefb3</code></a> Merge remote-tracking branch 'upstream/main'</li> <li><a href="https://github.com/actions/setup-node/commit/1e6f2cd3121764f4065a4f231bbc7222d7ffc0a4"><code>1e6f2cd</code></a> test: add volta e2e test</li> <li><a href="https://github.com/actions/setup-node/commit/30f0e7dc5aa0e546410a28dc80a10d8114ee873e"><code>30f0e7d</code></a> Update <code>@​actions/core</code> to 1.9.1 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/574">#574</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c8f0d105851628358c640b5e1ba0feb8990cab50"><code>c8f0d10</code></a> upgrade <code>@action/cache</code> to 3.0.4 to fix stuck issue (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/573">#573</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.4.1...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 12:10:52 +00:00
uses: actions/setup-node@v3.5.1
with:
cache: npm
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build packages
run: npm run build
- name: Pack packages
run: docker/pack.sh
- name: Build docker image
working-directory: ./docker
run: |
docker build -t puppeteer-test-image .
- name: Run smoke test
working-directory: ./docker
run: |
docker run -i --init --cap-add=SYS_ADMIN --rm puppeteer-test-image node -e "`cat test/smoke-test.js`"
ng-schematics-tests:
name: Test Angular Schematics
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3.5.1
with:
cache: npm
node-version: latest
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm run test --workspace @puppeteer/ng-schematics