Skip to content

Commit 4d5f75c

Browse files
authored
Enable Auth0 access token caching (#56)
* Adding teardown logs for engine and database deletion * Added the logs to see if tear down of resources has been called or not? * Fixed the print statements * Init cache folder * Init cache folder
1 parent 96f5039 commit 4d5f75c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/test/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ runs:
4040
run: go build -v ./rai
4141
shell: bash
4242

43+
- name: Init cache folder
44+
run: mkdir -p ~/.rai
45+
shell: bash
46+
4347
- name: Test
4448
env:
4549
CLIENT_ID: ${{ inputs.client_id }}

0 commit comments

Comments
 (0)