Skip to content

Commit 2bf3805

Browse files
committed
Rework test workflows
1 parent f3722c5 commit 2bf3805

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml renamed to .github/workflows/dart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: dart
22

33
on:
44
push:
@@ -13,4 +13,5 @@ jobs:
1313
contents: read
1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: dart-lang/setup-dart@v1
1617
- uses: ./
File renamed without changes.

0 commit comments

Comments
 (0)