Skip to content

Commit 3bb6573

Browse files
committed
ci(github): add docker/setup-compose-action
1 parent 65cab9d commit 3bb6573

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
node-version: "node"
3434

35+
- name: Set up Docker Compose
36+
uses: docker/setup-compose-action@364cc21a5de5b1ee4a7f5f9d3fa374ce0ccde746 # v1.2.0
37+
3538
- name: Create mocked services
3639
run: docker compose up --build --detach
3740
working-directory: "."

0 commit comments

Comments
 (0)