Skip to content

Commit

Permalink
[UPDATE] check backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jedipw committed Aug 26, 2024
1 parent db5b381 commit bb3349d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
name: Test and Run
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
HTTP_PORT: 8000
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -26,9 +29,6 @@ jobs:

- name: Run Go tests
run: go test -v ./...
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
HTTP_PORT: 8000

- name: Compile Backend
run: |
Expand Down

0 comments on commit bb3349d

Please sign in to comment.