Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed May 3, 2021
1 parent 565a981 commit 6330454
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,17 +208,8 @@ jobs:
name: Smoke Tests For Examples
runs-on: ubuntu-latest
needs: should_run_tests
services:
postgres:
image: postgres:12
env:
POSTGRES_USER: keystone5
POSTGRES_PASSWORD: k3yst0n3
POSTGRES_DB: test_db
ports:
- 5432:5432
env:
DATABASE_URL: 'postgres://keystone5:k3yst0n3@localhost:5432/test_db'
DATABASE_URL: 'file:./test.db'
strategy:
matrix:
test: ['auth.test.ts', 'basic.test.ts', 'roles.test.ts', 'todo.test.ts']
Expand Down

0 comments on commit 6330454

Please sign in to comment.