mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06: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:
|
||||
install:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
containers: [1, 2, 3]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -17,6 +21,7 @@ jobs:
|
||||
start: yarn start
|
||||
wait-on: "http://localhost:3000"
|
||||
record: true
|
||||
parallel: true
|
||||
env:
|
||||
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}
|
||||
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user