Skip to content

Commit

Permalink
Set REVERSER_DATA_PATH on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Oct 7, 2023
1 parent 3ce37d9 commit b5effff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prepare-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ runs:
tags: reverser:test

- name: Set docker run command
run: echo "DOCKER_RUN=docker compose run --rm -e RAILS_ENV=test -e CI=true" >> "$GITHUB_ENV"
run: echo "DOCKER_RUN=docker compose run --rm -e RAILS_ENV=test -e REVERSER_DATA_PATH=$RUNNER_TEMP-e CI=true" >> "$GITHUB_ENV"
shell: bash

0 comments on commit b5effff

Please sign in to comment.