Skip to content

Commit

Permalink
restructure and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscrx committed Aug 4, 2023
1 parent ec61b98 commit 08e8e7a
Show file tree
Hide file tree
Showing 104 changed files with 20,723 additions and 14,477 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
strategy:
matrix:
folder:
- beer-import-legacy
- pils-legacy
- frontend-legacy
# - frontend
- beer-import
- pils
- pils-frontend
steps:
-
uses: actions/checkout@v3
Expand Down Expand Up @@ -52,8 +51,7 @@ jobs:
# strategy:
# matrix:
# folder:
# - beer-import
# - pils
# - api
# steps:
# -
# uses: actions/checkout@v3
Expand All @@ -70,20 +68,18 @@ jobs:
# run: go test -v ./...

docker:
if: github.ref == 'refs/heads/master' || github.event == 'push'
if: github.ref == 'refs/heads/main' || github.event == 'push'
needs:
- test-node
# - test-go
runs-on: ubuntu-latest
strategy:
matrix:
folder:
# - beer-import
- beer-import-legacy
# - frontend
- frontend-legacy
# - pils
- pils-legacy
- beer-import
- pils-frontend
- pils
# - api

steps:
-
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 08e8e7a

Please sign in to comment.