Skip to content

Commit fc4ba6a

Browse files
committed
fix: retrieve workspace manually
1 parent 3141ae0 commit fc4ba6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/auth-react-test-2.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
AUTH_REACT__PORT: ${{ inputs.AUTH_REACT__PORT }}
6666

6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: bissolli/gh-action-persist-workspace@v2
6969
with:
70-
path: supertokens-auth-react
70+
action: retrieve
71+
artifactName: auth-react-${{ inputs.fdi-version }}
7172

7273
- name: Get Node CDI versions
7374
id: node-cdi-versions
@@ -104,3 +105,4 @@ jobs:
104105
check-name-suffix: "[FDI=${{ inputs.fdi-version }}][Spec=${{ matrix.spec }}]"
105106
path: supertokens-auth-react
106107
spec: ${{ matrix.spec }}
108+
retrieve-workspace: false

0 commit comments

Comments
 (0)