Run demo GitHub Action in parallel (#2484)

* Run demo GitHub Action in parallel

* Fix path of action yml

* Move checkout to demo action

* Prettier format

* Specifying shell

* Try to fix uses

* Fix spelling issue

* Fix demo

* Downloading artifacts too unreliable

Building instead

* Re-name step

Re-use action elsewhere
This commit is contained in:
Dolan
2023-12-25 15:29:13 +00:00
committed by GitHub
parent 6b6f9d7ed4
commit 10b87b5a70
5 changed files with 772 additions and 764 deletions

View File

@ -14,10 +14,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Install Dependencies
run: npm ci --force
- name: Build
run: npm run build
- uses: "./.github/actions/install-and-build"
- name: Archive Production Artifact
uses: actions/upload-artifact@master
with:

File diff suppressed because it is too large Load Diff