Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'mix.lock'
schedule:
- cron: '0 12 * * *'
pull_request:

env:
SRH_TOKEN: example_token
Expand All @@ -27,7 +28,7 @@ jobs:
run: docker save hiett/serverless-redis-http:latest -o /tmp/serverless-redis-http.tar

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: serverless-redis-http
path: /tmp/serverless-redis-http.tar
Expand All @@ -50,7 +51,7 @@ jobs:
bun-version: latest

- name: Download SRH artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: serverless-redis-http
path: /tmp
Expand Down Expand Up @@ -82,4 +83,4 @@ jobs:
run: bun run test
env:
UPSTASH_REDIS_REST_URL: http://localhost:8080
UPSTASH_REDIS_REST_TOKEN: ${{ env.SRH_TOKEN }}
UPSTASH_REDIS_REST_TOKEN: ${{ env.SRH_TOKEN }}