Skip to content

Commit

Permalink
Update CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
vganin committed Mar 27, 2024
1 parent 1939129 commit 16eb231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:
jobs:
android:
name: Android
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,6 +23,7 @@ jobs:
testReleaseUnitTest
:multiplatform:verifySqlDelightMigration
ios:
name: iOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
cancel-in-progress: false
jobs:
report:
name: Report
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit 16eb231

Please sign in to comment.