Skip to content

Commit

Permalink
restructure repo for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Aug 31, 2023
1 parent 57e3d1b commit 660ba11
Show file tree
Hide file tree
Showing 29 changed files with 14,624 additions and 1,789 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: ./packages/core

- name: Setup starship
run: npm run e2e:setup HELM_FILE=starship/ci.yaml
working-directory: ./packages/core

- name: Start starship
run: make start HELM_FILE=starship/ci.yaml
working-directory: ./packages/core

- name: Run e2e tests
run: npm run e2e:test
working-directory: ./packages/core
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.turbo

# Logs
logs
*.log
Expand Down
10 changes: 0 additions & 10 deletions .husky/pre-commit

This file was deleted.

Loading

0 comments on commit 660ba11

Please sign in to comment.