Skip to content

Commit 49a0554

Browse files
Update dart.yml
1 parent 212197c commit 49a0554

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/dart.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Install dependencies
2020
run: pub get
21-
- name: Run tests
22-
run: pub run test
21+
- uses: cloudflare/wrangler-action@1.2.0
22+
with:
23+
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)
X