Skip to content
Snippets Groups Projects
Commit ac331ba1 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

README: Fix port number

parent 84acd9f3
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ easier to spot and characterise fragile tests. ...@@ -32,7 +32,7 @@ easier to spot and characterise fragile tests.
1. Create a `ghc-test-bot` user. 1. Create a `ghc-test-bot` user.
1. Add an access token with API scope. 1. Add an access token with API scope.
1. Grant the user Reporter access to any project which she should be active on. 1. Grant the user Reporter access to any project which she should be active on.
1. Add a webhook with URL `http://localhost:8085/` for CI job events. 1. Add a webhook with URL `http://localhost:8087/` for job events.
1. Add `nixos.nix` to the server's NixOS configuration, passing 1. Add `nixos.nix` to the server's NixOS configuration, passing
the GitLab user's access token as the `accessToken` argument. the GitLab user's access token as the `accessToken` argument.
1. Run `sudo -u postgres psql < test_tracking.schema.sql` 1. Run `sudo -u postgres psql < test_tracking.schema.sql`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment