Skip to content

Commit

Permalink
fix: remove deploy from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Feb 15, 2024
1 parent 305e1b1 commit 3844883
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/quests_db
REDIS_URL: localhost:6379
<<<<<<< Updated upstream
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand All @@ -69,3 +70,5 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
PROJECT=quests_server
=======
>>>>>>> Stashed changes

0 comments on commit 3844883

Please sign in to comment.