Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpursley committed Apr 16, 2024
1 parent bb285fc commit 4735226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV

- name: Echo the version
run: echo "Version is $VERSION"
- name: Print environment variables
run: env

- name: Restore dependencies
run: dotnet restore
Expand Down
4 changes: 4 additions & 0 deletions Npgmq.Test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This project contains the tests for the Npgmq library.
It spins up a PostgreSQL server in docker, installs the necessary extensions, creates a database, and runs the tests against it.

## Configration

The tests require a connection string, named `Test`, to be configured.

## Helper Scripts

### Start database, run tests, and stop database (All in one)
Expand Down

0 comments on commit 4735226

Please sign in to comment.