We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a1944 commit 910afa2Copy full SHA for 910afa2
.github/workflows/ci.yml .github/workflows/tests.yml
@@ -3,7 +3,7 @@
3
# separate terms of service, privacy policy, and support
4
# documentation.
5
6
-name: Dart
+name: Tests
7
8
on:
9
push:
@@ -22,7 +22,7 @@ jobs:
22
# You can specify other versions if desired, see documentation here:
23
# https://github.com/dart-lang/setup-dart/blob/main/README.md
24
# - uses: dart-lang/setup-dart@v1
25
- - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
+ - uses: dart-lang/setup-dart
26
27
- name: Install dependencies
28
run: dart pub get
0 commit comments