Skip to content

Commit

Permalink
fix: allow insecure commands in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kekland committed Feb 17, 2021
1 parent 8c960d0 commit fef4b77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,12 +8,14 @@ on:

jobs:
test:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1.3.2
uses: subosito/flutter-action@v1.4.0

- name: Run Flutter tests
run: |
Expand Down

0 comments on commit fef4b77

Please sign in to comment.