mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
added parallelization to GHA config
This commit is contained in:
parent
038e9f6e22
commit
d48a1ebb33
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -4,6 +4,10 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
containers: [1, 2, 3]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -17,6 +21,7 @@ jobs:
|
|||||||
start: yarn start
|
start: yarn start
|
||||||
wait-on: "http://localhost:3000"
|
wait-on: "http://localhost:3000"
|
||||||
record: true
|
record: true
|
||||||
|
parallel: true
|
||||||
env:
|
env:
|
||||||
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
||||||
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN }}
|
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user