Skip to content

Commit 2243ec7

Browse files
committed
chore: ci workflows restore app-directory
1 parent 2758701 commit 2243ec7

5 files changed

Lines changed: 5 additions & 5 deletions

.github/workflows/ci-events-graphql-proxy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20
3131
typecheck: true
32-
working-directory: proxies/events-graphql-proxy
32+
app-directory: proxies/events-graphql-proxy
3333
extra-commands: |
3434
echo "GRAPHQL_PROXY_PORT=4100" >> $GITHUB_ENV
3535
echo "GRAPHQL_PROXY_API_BASE_URL=https://api.hel.fi/linkedevents/v1/" >> $GITHUB_ENV

.github/workflows/ci-events-helsinki-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: 20
4040
typecheck: true
41-
working-directory: apps/events-helsinki
41+
app-directory: apps/events-helsinki
4242
extra-commands: |
4343
# Timezone for tests
4444
echo "TZ=Europe/Helsinki" >> $GITHUB_ENV

.github/workflows/ci-hobbies-helsinki-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 20
3535
typecheck: true
36-
working-directory: apps/hobbies-helsinki
36+
app-directory: apps/hobbies-helsinki
3737
extra-commands: |
3838
# Timezone for tests
3939
echo "TZ=Europe/Helsinki" >> $GITHUB_ENV

.github/workflows/ci-sports-helsinki-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: 20
3434
typecheck: true
35-
working-directory: apps/sports-helsinki
35+
app-directory: apps/sports-helsinki
3636
extra-commands: |
3737
# Timezone for tests
3838
echo "TZ=Europe/Helsinki" >> $GITHUB_ENV

.github/workflows/ci-venue-graphql-proxy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20
3131
typecheck: true
32-
working-directory: proxies/venue-graphql-proxy
32+
app-directory: proxies/venue-graphql-proxy
3333
extra-commands: |
3434
echo "NODE_ENV=production" >> $GITHUB_ENV
3535
echo "GRAPHQL_PROXY_DEBUG=debug" >> $GITHUB_ENV

0 commit comments

Comments
 (0)