Commit f1778dc

mo khan <mo.khan@gmail.com>
2021-02-04 18:46:02
chore: move continue-on-error to step
1 parent 231b18f
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -33,7 +33,6 @@ jobs:
         run: sh bin/style
   audit:
     runs-on: ubuntu-latest
-    continue-on-error: true
     steps:
       - uses: actions/checkout@v2
       - name: Set up Ruby
@@ -42,4 +41,5 @@ jobs:
           ruby-version: '2.7'
           bundler-cache: true
       - name: Running audit…
+        continue-on-error: true
         run: sh bin/audit