1 parent 212197c commit 49a0554Copy full SHA for 49a0554
.github/workflows/dart.yml
@@ -18,5 +18,6 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Install dependencies
20
run: pub get
21
- - name: Run tests
22
- run: pub run test
+ - uses: cloudflare/wrangler-action@1.2.0
+ with:
23
+ apiToken: ${{ secrets.CF_API_TOKEN }}
0 commit comments