Skip to content

Commit 79a67d7

Browse files
committed
chore: moves test-standalone-project
1 parent 8aa8819 commit 79a67d7

File tree

10 files changed

+2
-11
lines changed

10 files changed

+2
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: cypress-io/github-action@v2
110110
with:
111111
group: query-parameter-overrides-test
112-
working-directory: test-webpack-projects/query-parameter-overrides
112+
working-directory: tests/webpack-projects/query-parameter-overrides
113113
install: false
114114
record: true
115115
start: yarn serve -l 8990 ./dist

.github/workflows/standalone-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
defaults:
1717
run:
18-
working-directory: ./test-standalone-project
18+
working-directory: ./tests/standalone-project
1919

2020
steps:
2121
- uses: actions/checkout@v2

test-standalone-project/.app-config.meta.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

test-standalone-project/.app-config.schema.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

test-standalone-project/.app-config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)