Skip to content

Commit 2de4b1c

Browse files
committed
test-deploy v.3
1 parent d93a0eb commit 2de4b1c

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

.github/workflows/gh-actions-demo.yml

-18
This file was deleted.

.github/workflows/test-deployment.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: '20.11'
15-
- run: corepack enable
16-
- run: yarn set version stable
17-
- run: yarn install
18-
- run: yarn run build-main
15+
- name: Enable and set up Yarn
16+
run: |
17+
corepack enable
18+
yarn set version stable
19+
- name: Install packages and build
20+
run: |
21+
yarn install
22+
yarn run build-main

0 commit comments

Comments
 (0)