Skip to content

Commit 2f61f13

Browse files
authored
chore: minor fixes (#48)
1 parent 8f65188 commit 2f61f13

File tree

11 files changed

+8337
-15146
lines changed

11 files changed

+8337
-15146
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: "20"
31+
- run: npm ci
3132
- name: Build movies site
32-
run: |
33-
npm ci
34-
npm run build
35-
working-directory: movies-app
33+
run: npm run build
3634
env:
3735
BASEPATH: /playwright-movies-app
3836
- name: List build directory (debugging)

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
node-version: lts/*
1616
- name: Install dependencies
1717
run: npm ci
18-
- name: Install app dependencies
19-
run: cd movies-app && npm ci
18+
- name: Lint
19+
run: npm run lint
2020
- name: Install Playwright Browsers
2121
run: npx playwright install --with-deps
2222
- name: Setup .env file with mock credentials
File renamed without changes.

0 commit comments

Comments
 (0)