From 03147575c7d64d6cd23e73db89d3ac47f51dbaec Mon Sep 17 00:00:00 2001 From: robbiebise <118204121+robbiebise@users.noreply.github.com> Date: Tue, 2 May 2023 15:03:16 -0500 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3526cf3..0fe7b1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,8 @@ on: jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 + container: cypress/browsers:node18.12.0-chrome107 steps: - uses: actions/checkout@v2 with: From e10bc9a39f568ba419fedb82c47f9dbc97b2b215 Mon Sep 17 00:00:00 2001 From: robbiebise <118204121+robbiebise@users.noreply.github.com> Date: Tue, 2 May 2023 15:09:56 -0500 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fe7b1f..d5d8971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,11 @@ jobs: name: Build runs-on: ubuntu-22.04 container: cypress/browsers:node18.12.0-chrome107 + strategy: + fail-fast: false + matrix: + # run 10 copies of the current job in parallel + containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] steps: - uses: actions/checkout@v2 with: