Skip to content

Commit

Permalink
Merge pull request #146 from Nerzal/error_refactoring
Browse files Browse the repository at this point in the history
Error refactoring
  • Loading branch information
SVilgelm authored Feb 22, 2020
2 parents 3ba9bbe + c4977b4 commit 681aed0
Show file tree
Hide file tree
Showing 9 changed files with 543 additions and 201 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
- push
- pull_request
env:
LINT_VERSION: "v1.22.2"
NANCY_VERSION: "v0.0.39"
LINT_VERSION: "v1.23.6"
NANCY_VERSION: "v0.0.41"
jobs:
tests:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ docker run -d \
-e KEYCLOAK_USER=admin \
-e KEYCLOAK_PASSWORD=secret \
-e KEYCLOAK_IMPORT=/tmp/gocloak-realm.json \
-v `pwd`/testdata/gocloak-realm.json:/tmp/gocloak-realm.json \
-v "`pwd`/testdata/gocloak-realm.json:/tmp/gocloak-realm.json" \
-p 8080:8080 \
--name gocloak-test \
quay.io/keycloak/keycloak
quay.io/keycloak/keycloak:latest -Dkeycloak.profile.feature.upload_scripts=enabled

go test
```
Expand Down
Loading

0 comments on commit 681aed0

Please sign in to comment.