ci: fix bench and test

This commit is contained in:
Revant Nandgaonkar 2023-06-25 13:45:04 +05:30
parent 547b5ebcc8
commit 13afb0f855

View file

@ -31,6 +31,9 @@ jobs:
- name: Setup Buildx
uses: docker/setup-buildx-action@v2
- name: Set Environment Variables
run: cat example.env >> "$GITHUB_ENV"
- name: Build and test
uses: docker/bake-action@v3.1.0
with: