Skip to content

Commit

Permalink
Change default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 4, 2024
1 parent a659e06 commit 7e918ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_frontend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test RAG Engine
name: Test Frontend

on:
push:
Expand All @@ -16,6 +16,9 @@ jobs:
lint:
runs-on: ubuntu-latest
name: Lint Frontend
defaults:
run:
working-directory: ./nesis/frontend
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down

0 comments on commit 7e918ba

Please sign in to comment.