Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 20, 2023
1 parent 03f875a commit 6f8eee4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Testing

on: ["push", "pull_request"]

env:
postgres_url: ${{ vars.POSTGRES_URL }}
server_host: ${{ vars.SERVER_HOST }}
server_port: ${{ vars.SERVER_PORT }}

jobs:
test_and_publish:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 6f8eee4

Please sign in to comment.