Browse Source

better wildcard

Hadrien Croubois 3 years ago
parent
commit
9dd0eb5e5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/formal-verifiation.yml

+ 1 - 1
.github/workflows/formal-verifiation.yml

@@ -17,7 +17,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - id: set-matrix
-        run: echo ::set-output name=matrix::$(ls certora/scripts/**/*.sh | jq -Rsc 'split("\n")[:-1]')
+        run: echo ::set-output name=matrix::$(ls certora/scripts/{,**}/*.sh | jq -Rsc 'split("\n")[:-1]')
 
   verify:
     runs-on: ubuntu-latest