Skip to content

Commit 054777f

Browse files
committed
Update recursive verification tests workflow configuration
- Changed quotes from single to double in paths for consistency. - Updated Bun version to 1.1.36 for improved compatibility. - Ensured proper cleanup of Docker containers after tests.
1 parent d15cb04 commit 054777f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/recursive-verification-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
branches:
99
- main
1010
paths:
11-
- 'recursive_verification/**'
12-
- '.github/workflows/recursive-verification-tests.yml'
11+
- "recursive_verification/**"
12+
- ".github/workflows/recursive-verification-tests.yml"
1313
workflow_dispatch:
1414

1515
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Bun
3333
uses: oven-sh/setup-bun@v2
3434
with:
35-
bun-version: latest
35+
bun-version: 1.1.36
3636

3737
- name: Set up Docker
3838
uses: docker/setup-buildx-action@v3
@@ -112,4 +112,4 @@ jobs:
112112
echo "Stopping Aztec sandbox..."
113113
pkill -f "aztec" || true
114114
docker stop $(docker ps -q) || true
115-
docker rm $(docker ps -a -q) || true
115+
docker rm $(docker ps -a -q) || true

0 commit comments

Comments
 (0)