Skip to content

Commit 579dd3d

Browse files
committed
Adding redis container and fixing release tagging
1 parent 8cb1061 commit 579dd3d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
push: true
3434
context: .
3535
tags: faasm/cpython:${{ env.TAG_VERSION }}
36+
build-args: FAASM_CPYTHON_VERSION=${{ env.TAG_VERSION }}

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
defaults:
3737
run:
3838
working-directory: /code/faasm-cpython
39+
services:
40+
redis:
41+
image: redis
3942
steps:
4043
- name: "Fetch ref"
4144
run: git fetch origin ${GITHUB_REF}:ci-branch

0 commit comments

Comments
 (0)