Skip to content

Commit

Permalink
Fixed wrong naming on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MakakWasTaken committed Nov 28, 2021
1 parent 4bbaa3f commit fba6703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [master]

jobs:
release-ios:
name: Build and release iOS app
run-tests:
name: Run all unit tests and generate coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fba6703

Please sign in to comment.