Skip to content

Commit

Permalink
remove frontend history
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Jan 26, 2024
1 parent d3b6ac8 commit 5fc5ef8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 174 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/prjob_build.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/prjob_eslint.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/prjob_prettier.yml

This file was deleted.

17 changes: 3 additions & 14 deletions .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
name: Tests
name: Tests
on:
pull_request:
branches:
- master
jobs:
test-jest:
name: Jest
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn --cwd ./frontend/app install
- name: Tests
run: cd ./frontend/app && NODE_OPTIONS="--max_old_space_size=8192" yarn run test-jest

test-go:
name: Go
name: Go
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cover
run: go get golang.org/x/tools/cmd/cover
- name: Tests
- name: Tests
run: go test ./... -race -v -coverprofile=coverage.out && ./cover-check.sh coverage.out 8.4
46 changes: 0 additions & 46 deletions routes/frontend.go

This file was deleted.

61 changes: 0 additions & 61 deletions routes/frontend_test.go

This file was deleted.

1 change: 0 additions & 1 deletion routes/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
func NewRouter() *http.Server {
r := initChi()

r.Mount("/", IndexRoutes())
r.Mount("/tribes", TribeRoutes())
r.Mount("/bots", BotsRoutes())
r.Mount("/bot", BotRoutes())
Expand Down

0 comments on commit 5fc5ef8

Please sign in to comment.