Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed May 10, 2024
1 parent fbcf6fc commit 6ca537e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
push: false
load: true
target: dev
tags: ${{ env.APP_IMAGE }}:dev
tags: ${{ env.APP_IMAGE }}:0.0.1
cache-from: |
type=gha,scope=test
type=gha,scope=prod
Expand Down Expand Up @@ -95,4 +95,4 @@ jobs:
retention-days: 30

- name: Test backend
run: make devweb-test
run: make dev-test

0 comments on commit 6ca537e

Please sign in to comment.