Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jan 29, 2024
1 parent 3b9f6f8 commit 4de5fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel
uses: styfle/cancel-workflow-action@0.12.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
timeout-minutes: 20
run: |
cd example
flutter run
flutter build ios
#TODO: Integration tests

Expand Down

0 comments on commit 4de5fb3

Please sign in to comment.