Skip to content

Commit

Permalink
chore(ci): rename job in test workflow (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallTrogdor authored Jan 11, 2025
1 parent 5313cd6 commit 82127be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
validation:
test:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
sonar_analysis:
name: SonarScanning on SonarCloud
runs-on: ubuntu-latest
needs: [validation]
needs: [test]

steps:
- uses: actions/checkout@v4
Expand All @@ -90,7 +90,7 @@ jobs:
build-android:
name: Build Android
runs-on: ubuntu-latest
needs: [validation]
needs: [test]
defaults:
run:
working-directory: example
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
build-iOS:
name: Build iOS
runs-on: macos-latest
needs: [validation]
needs: [test]
defaults:
run:
working-directory: example
Expand Down

0 comments on commit 82127be

Please sign in to comment.