Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
# run the default compose file for the latest version of SurrealDB
- if: matrix.surreal-version == 'latest'
name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@b63643de227a1eed273c58de31d4bc5c9d99b4da
uses: hoverkraft-tech/compose-action@089c512a98f77a69316682d52c4fd8d71a97d0bf
with:
compose-file: './compose.yaml'

# run the v1 compose file for SurrealDB 1.5.4
- if: matrix.surreal-version == '1.5.4'
name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@b63643de227a1eed273c58de31d4bc5c9d99b4da
uses: hoverkraft-tech/compose-action@089c512a98f77a69316682d52c4fd8d71a97d0bf
with:
compose-file: './compose-v1.yaml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grafana-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'

- name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@b63643de227a1eed273c58de31d4bc5c9d99b4da
uses: hoverkraft-tech/compose-action@089c512a98f77a69316682d52c4fd8d71a97d0bf
with:
# TODO: Update when v2.0 compatility is added
compose-file: './compose-v1.yaml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
# run the default compose file for the latest version of SurrealDB
- if: matrix.surreal-version == 'latest'
name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@b63643de227a1eed273c58de31d4bc5c9d99b4da
uses: hoverkraft-tech/compose-action@089c512a98f77a69316682d52c4fd8d71a97d0bf
with:
compose-file: './compose.yaml'

# run the v1 compose file for SurrealDB 1.5.4
- if: matrix.surreal-version == '1.5.4'
name: Install and run Docker Compose
uses: hoverkraft-tech/compose-action@b63643de227a1eed273c58de31d4bc5c9d99b4da
uses: hoverkraft-tech/compose-action@089c512a98f77a69316682d52c4fd8d71a97d0bf
with:
compose-file: './compose-v1.yaml'

Expand Down
Loading