We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01332b commit d686efdCopy full SHA for d686efd
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: ./gradlew library:testDebug
31
library-integration:
32
name: Library (Integration Tests)
33
- runs-on: ubuntu-last
+ runs-on: ubuntu-latest
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v4
0 commit comments