Skip to content

Commit e00dd2a

Browse files
authored
mv frontend (#237)
1 parent 09a9c5a commit e00dd2a

File tree

71 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
defaults:
3232
run:
33-
working-directory: ./frontend-v2
33+
working-directory: ./frontend
3434
steps:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-node@v3

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
component: [backend, frontend-v2, migration]
18+
component: [backend, frontend, migration]
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)