Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 26, 2024
1 parent 7a4b575 commit f51549e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 56 deletions.
50 changes: 0 additions & 50 deletions .circleci/config.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DATABASE_URL=psql://postgres:postgres@db:5432/fido
FLASK_CONFIG=testing
SECRET_KEY=used_for_testing
ALLOWED_HOSTS="*"
AUTHBROKER_CLIENT_ID=""
AUTHBROKER_CLIENT_SECRET=""
AUTHBROKER_URL=""
DEBUG=false
AUTHBROKER_CLIENT_ID=
AUTHBROKER_CLIENT_SECRET=
AUTHBROKER_URL=
DEBUG=False
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
node-version: 18

- uses: browser-actions/setup-chrome@v1

- name: Create a .env file
run: cp .env.ci .env

Expand Down

0 comments on commit f51549e

Please sign in to comment.