We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3141ae0 commit fc4ba6aCopy full SHA for fc4ba6a
.github/workflows/auth-react-test-2.yml
@@ -65,9 +65,10 @@ jobs:
65
AUTH_REACT__PORT: ${{ inputs.AUTH_REACT__PORT }}
66
67
steps:
68
- - uses: actions/checkout@v4
+ - uses: bissolli/gh-action-persist-workspace@v2
69
with:
70
- path: supertokens-auth-react
+ action: retrieve
71
+ artifactName: auth-react-${{ inputs.fdi-version }}
72
73
- name: Get Node CDI versions
74
id: node-cdi-versions
@@ -104,3 +105,4 @@ jobs:
104
105
check-name-suffix: "[FDI=${{ inputs.fdi-version }}][Spec=${{ matrix.spec }}]"
106
path: supertokens-auth-react
107
spec: ${{ matrix.spec }}
108
+ retrieve-workspace: false
0 commit comments