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 c4d6dfd commit 4835530Copy full SHA for 4835530
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,11 @@ jobs:
36
registry: ghcr.io
37
username: ${{ github.actor }}
38
password: ${{ secrets.GITHUB_TOKEN }}
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
44
- name: Run RSpec
45
if: ${{ always() }}
46
run: |
0 commit comments