Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Dec 11, 2024
1 parent daf097a commit ed896b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload stateless
uses: actions/upload-artifact@v4
with:
name: stateless-build
name: upload-stateless-build
path: stateless-build.tar

build-stateful:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Upload stateful
uses: actions/upload-artifact@v4
with:
name: stateful-build
name: upload-stateful-build
path: stateful-build.tar

stateless:
Expand All @@ -114,11 +114,11 @@ jobs:

- run: pnpm rebuild -r

- name: Stateless Download build
- name: Download build
id: download
uses: actions/download-artifact@v4
with:
name: stateless-build
name: download-stateless-build

- name: Untar files
run: tar -xvf stateless-build.tar
Expand Down Expand Up @@ -163,11 +163,11 @@ jobs:

- run: pnpm rebuild -r

- name: Stateful Download build
- name: Download build
id: download
uses: actions/download-artifact@v4
with:
name: stateful-build
name: download-stateful-build

- name: Untar files
run: tar -xvf stateful-build.tar
Expand Down

0 comments on commit ed896b8

Please sign in to comment.