Skip to content

Commit 9a6456a

Browse files
committed
ci: cd frontpage
1 parent 50b613f commit 9a6456a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
uses: actions/setup-node@v2
2222
with:
2323
node-version: '18' # Specify the Node.js version
24-
24+
- name: navigation frontpage
25+
run: cd spez-frontend
2526
- name: Install dependencies
2627
run: npm install
2728

spez-frontend/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
2+
/__tests__/
33
# dependencies
44
/node_modules
55
/.pnp
@@ -34,3 +34,4 @@ yarn-error.log*
3434
# typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
37+
/__tests__/

0 commit comments

Comments
 (0)