Skip to content

Commit

Permalink
fix: revert to doubtfire local image for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed May 2, 2024
1 parent 87ac409 commit 73fcbe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ env:
DF_ENCRYPTION_KEY_DERIVATION_SALT: "hzPR8D4qpOnAg7VeAhkhWw6JmmzKJB10"
DF_REDIS_SIDEKIQ_URL: "redis://redis:6379/0"


jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,7 +61,7 @@ jobs:
- name: Populate database
uses: addnab/docker-run-action@v3
with:
image: lmsdoubtfire/formatif-devcontainer:8.3-dev
image: doubtfire-api-development:local
options: >
-v ${{ github.workspace }}:/doubtfire
-e RAILS_ENV
Expand All @@ -86,7 +85,7 @@ jobs:
- name: Run unit tests
uses: addnab/docker-run-action@v3
with:
image: lmsdoubtfire/formatif-devcontainer:8.3-dev
image: doubtfire-api-development:local
options: >
-v ${{ github.workspace }}:/doubtfire
-e RAILS_ENV
Expand Down

0 comments on commit 73fcbe3

Please sign in to comment.