Skip to content

Commit

Permalink
Commented out the testing
Browse files Browse the repository at this point in the history
we have no tests
  • Loading branch information
TaigaODonnell authored Dec 2, 2024
1 parent 7b6e26c commit 394365e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/frontendFlutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
- main

jobs:
Build-and-Test:
Build:
#Build-and-Test:
runs-on: ubuntu-latest

steps:
Expand All @@ -28,7 +29,8 @@ jobs:
- name: Pub Get
working-directory: fightme_webapp
run: flutter pub get
- run: flutter test
working-directory: fightme_webapp
# Testing part but since we have no test, i comment out
#- run: flutter test
# working-directory: fightme_webapp
- run: flutter build web
working-directory: fightme_webapp

0 comments on commit 394365e

Please sign in to comment.