Skip to content

Commit 4835530

Browse files
committed
setup the test stack
1 parent c4d6dfd commit 4835530

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
39-
39+
- name: Setup the stack
40+
run: |
41+
docker run --quiet --rm "${DOCKER_APP_IMAGE}" rails secret > /tmp/secret_key_base
42+
docker compose up --wait
43+
docker compose exec -u root app chown -R altmedia:altmedia artifacts
4044
- name: Run RSpec
4145
if: ${{ always() }}
4246
run: |

0 commit comments

Comments
 (0)