Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian0KIM committed Nov 21, 2024
1 parent 567d6fc commit 8c74548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
run: npm install

- name: Run tests
run: npm test
run: npm test
working-directory: back
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '2.5.3'
flutter-version: '3.5.1'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 8c74548

Please sign in to comment.